what was the earliest version of perl that would
allow you to use scalar filehandles?
 
open(my $fh, "filename");
 
instead of 
 
open(FILEHANDLE, "filename");
 
 
_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to