open (DATA, "<file.txt") or die "Can't open file $!\n"; <DATA> while $. < 21; my @DATA = <DATA>; close (DATA); [download]
In reply to Re: Re: Skip 21 Lines by turnstep in thread Skip 21 Lines by qball