Re: Perl script does not work
- From: John Bokma <john@xxxxxxxxxxxxxxx>
- Date: 29 Apr 2006 20:18:40 GMT
"A. Sinan Unur" <1usa@xxxxxxxxxxxxxxxxxxx> wrote:
* Use the three argument form of open.
unless ( open my $old, '<', $file ) {
push @errors, "Failed to open '$file': $!";
next FILES;
}
Why?
--
John Bokma Freelance software developer
&
Experienced Perl programmer: http://castleamber.com/
.
- Follow-Ups:
- Re: Perl script does not work
- From: Tim Hammerquist
- Re: Perl script does not work
- References:
- Perl script does not work
- From: CSUIDL PROGRAMMEr
- Re: Perl script does not work
- From: A. Sinan Unur
- Perl script does not work
- Prev by Date: Re: extract variables from expression
- Next by Date: Re: Class::Struct array assignment and access
- Previous by thread: Re: Perl script does not work
- Next by thread: Re: Perl script does not work
- Index(es):