in reply to ignore first 5 lines of a file
@lines=<FILE>; for (my $i=5;$i<$#lines;$i++) { #stuff } [download]