more importantly, what is the syntax for passing a filehandle 
into a routine if it is FILEHANDLE instead of $FILEHANDLE?
 

________________________________

From: [EMAIL PROTECTED] on behalf of Greg London
Sent: Tue 5/23/2006 4:10 PM
To: [email protected]
Subject: [Boston.pm] version of perl that can use scalar filehandles



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


 
_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to