----- Original Message ----- From: "Thomas S. Dixon" <[EMAIL PROTECTED]> To: "Franck Collineau" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 10:30 PM Subject: Re: writting in a file
> The filehandle should be outside the parentheses, like > print TEMP $_; Therefore am I right to interprete the above as:- print into-the-filehandle-TEMP (all the things here..... ); which can also be written as this :- print TEMP ($_); ## and if there's no filehandles then it will be :- print ("This is just a print without any handles and I know that parenthesis is not requited !\n"); Thanks. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]