Front page | perl.beginners |
Postings from March 2002
TAIL
Thread Next
From:
James Taylor
Date:
March 13, 2002 12:05
Subject:
TAIL
Message ID:
20020313201815.96C3E20D07F@shell.hatesville.com
is there a perl function equivalent to the *nix command 'tail'?
I don't mean like, a workaround through loops that will produce the same sort
of result, just a function.
Also, what are the benefits of using the function grep? Doing a system call
to grep seems to run faster than the perl function!
Thread Next