Brian Raven wrote:
> 
>                               Second, the three argument form of open is
> generally preferred these days. For example:
> 
> my $fn = "non-exist-file";
> open my $fh, "<", $fn or die "Failed to open $fn: $!\n";

Preferred by whom ?  I don't think I've ever used it once.  ;)

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to