Put the MY in braces.

SO
print MY $line;

WOULD BECOME
print {MY} $line;

--- Kevin Old <[EMAIL PROTECTED]> wrote:

> Hello everyone,
> 
> First, this is a basic problem, but I have looked at it for over an
> hour and wasted time.  Now, I'm asking for help.
> 
> For some reason nothing is being printed to the MY filehandle. Can
> someone see what I'm doing wrong?
>                                 print MY $line;



                
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 

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