while (<$file_handle>) { next if $. < $line_number_I_want; ... do whatever you want with this line ... last; }
In reply to Re: Return full line from line number X
by JavaFan
in thread Return full line from line number X
by Rathlar
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |