"Roman Daszczyszak" schreef: > #!\perl\perl.exe
Does that do anything useful? Maybe change to just
#!perl
> my @lines = @{$csv_file->lines()};
> shift @lines; # Strips off the header line before processing
Variant:
(undef, @my lines) = @{$csv_file->lines()} ;
--
Affijn, Ruud
"Gewoon is een tijger."
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>
