Re: Perl script does not work



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
.