Re: Perl script does not work
- From: Tim Hammerquist <penryu@xxxxxxxxxxxxx>
- Date: Sat, 29 Apr 2006 20:36:26 GMT
John Bokma <john@xxxxxxxxxxxxxxx> wrote:
"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?
Be cause there's no longer MTOWTDI.
Tim Hammerquist
.
- Follow-Ups:
- Re: Perl script does not work
- From: John Bokma
- 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
- Re: Perl script does not work
- From: John Bokma
- Perl script does not work
- Prev by Date: Re: Class::Struct array assignment and access
- 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):