Re: Perl script does not work



"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/
.