Re: Perl script does not work
- From: Bart Lateur <bart.lateur@xxxxxxxxxx>
- Date: Sun, 30 Apr 2006 10:20:45 GMT
John Bokma wrote:
My bad, I hadn't seen the OPs "<$file". I read it as: use
open my $fh, '<', $filename ...
I prefer:
open my $fh, $filename ...
Which is even less safe than
open my $fh, "<$filename"
--
Bart.
.
- References:
- Perl script does not work
- From: CSUIDL PROGRAMMEr
- Re: Perl script does not work
- From: A. Sinan Unur
- Re: Perl script does not work
- From: John Bokma
- Re: Perl script does not work
- From: Tim Hammerquist
- Re: Perl script does not work
- From: John Bokma
- Re: Perl script does not work
- From: Tim Hammerquist
- Re: Perl script does not work
- From: A. Sinan Unur
- Re: Perl script does not work
- From: John Bokma
- Perl script does not work
- Prev by Date: Re: perl addition operator. query.
- Next by Date: Re: random array elements and speed
- Previous by thread: Re: Perl script does not work
- Next by thread: Class::Struct array assignment and access
- Index(es):