in reply to Re: The Behavior of 'do'
in thread The Behavior of 'do'
Update: While using a number the same as the version of Perl, the only error thrown is:do 5.00504; print "\n"; print $!, "\n" if $!; # output: Perl 5.00504 required--this is only version 5.00503, stopped + at do.pl line 6.
But it's good to see that a bug has been reported on that.do 5.00503; print "\n"; print $!, "\n" if $!; # output: No such file or directory
Amel - f.k.a. - kel
|
|---|