in reply to Foreach loop help. Start from specific line

OR, using foreach loop like this:

... # start from the line my $last_line_it_got_to = 209848; foreach my $line ( $last_line_it_got_to .. $#lines ) { print $lines[$line]; # OR do what you want }
UPDATE
blue_cowdawg, nice fast fingers!!! :)

If you tell me, I'll forget.
If you show me, I'll remember.
if you involve me, I'll understand.
--- Author unknown to me