Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: how to pass filehandle between module ?

by vsespb (Chaplain)
on May 11, 2013 at 13:40 UTC ( [id://1033116]=note: print w/replies, xml ) Need Help??


in reply to how to pass filehandle between module ?

Use references to filehandle instead filehandles:
open my $f, ">", $filename;
see Indirect filehandles in perlopentut

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-23 12:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found