Re: Perl script does not work



Tim Hammerquist <penryu@xxxxxxxxxxxxx> wrote:

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.

There always is :-)

--
John Bokma Freelance software developer
&
Experienced Perl programmer: http://castleamber.com/
.