Rob Dixon schreef:

> open my $fh, $file or die "open '$file': $!";

OP had

  open my $fh, '<', $file or die "open '$file': $!"

which I consider as better.


>    @data[0..6] = split /,/;

Nice idiom.

-- 
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>


Reply via email to