Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Static Data ("__DATA__" vs. "our") (handles)

by tye (Sage)
on Sep 18, 2003 at 19:15 UTC ( [id://292493]=note: print w/replies, xml ) Need Help??


in reply to Static Data ("__DATA__" vs. "our")

If you use __DATA__ in a module, then please be careful to close DATA soon after the module is first required.

Otherwise you are tying up one of the process's finite supply of file handles. It is easy for a Perl script to use a lot more modules than it does file handles, so this has the potential to be a big problem.

                - tye

Replies are listed 'Best First'.
Re: Re: Static Data ("__DATA__" vs. "our") (handles)
by IlyaM (Parson) on Sep 18, 2003 at 19:30 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-25 18:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found