On Apr 15, 2011, at 8:37 AM, Alan Haggai Alavi wrote:

>> open ('FILEOUT', '>>', 'cmdout') ||die "cant open cmdout: $! \n";
>> 
>>      Is that O.K.?
> 
> You are still using a bareword filehandle.

        Putting single quotes around the filehandle allows it to pass Perl 
Critic, so I was just curious about the difference.

Thanks,
Marc
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to