Is there a difference between two lines shown below?
Both open a file for writing.

open FH, ">out.log";
open FH, ">", "out.log";

Thanks
Mz
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to