Oops, my bad. This looked like a problem I had. I stored a filehandle in a hash, and 
it confused
print when I accessed the filehandle as a scalar.

I'd better think before I post again... *blush*

--- Bob Showalter <[EMAIL PROTECTED]> wrote:

> 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.



                
__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo 

-- 
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