{ my $i; while(<>){$i++;print if $i>32;} } [download]
In reply to Re: Cut off beginning lines of a file by chas in thread Cut off beginning lines of a file by MBolton