http://qs1969.pair.com?node_id=771119


in reply to Re: skipping the first line of a file
in thread skipping the first line of a file

my ... for ...; is not valid Perl. { my $discard = <$fh>; } would do, but there's no reason to give the line to any scalar.