in reply to
file handling
Like sed and awk, Perl has
line addressing
:
while (<>) { print if 3..eof }
[download]
Comment on
Re: file handling
Download
Code
In Section
Seekers of Perl Wisdom