Brian Gunlogson wrote:
> Put the MY in braces.
> 
> SO
> print MY $line;
> 
> WOULD BECOME
> print {MY} $line;

Why? That fails under use strict, and is totally unecessary.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to