Mark Zvolanek wrote:
> 
> Is there a difference between two lines shown below?
> Both open a file for writing.
> 
> open FH, ">out.log";
> open FH, ">", "out.log";

The comma between ">" and "out.log" would normally be a period - not sure how the 
comma is treated since it's not part of an EXPR, but more of an operator.

-- 
  ,-/-  __      _  _         $Bill Luebkert   ICQ=14439852
 (_/   /  )    // //       DBE Collectibles   Mailto:[EMAIL PROTECTED] 
  / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic http://www.todbe.com/
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to