Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: open $self->{FILE}

by Prior Nacre V (Hermit)
on Nov 05, 2004 at 15:49 UTC ( [id://405531]=note: print w/replies, xml ) Need Help??


in reply to open $self->{FILE}

Change

print $self->{FILE} "some text here\n";

to

print { $self->{FILE} } "some text here\n";

Regards,

PN5

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://405531]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-20 00:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found