Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: cleaning up code with "do" ?

by Zaxo (Archbishop)
on Aug 18, 2004 at 22:03 UTC ( [id://384126]=note: print w/replies, xml ) Need Help??


in reply to cleaning up code with "do" ?

That says that subs in your file cannot participate in lexical closures with variables in the including file. Big packages often have such closures, and subs imported with do will fail. Make sure all subs get all their parameters from arguments passed to them.

My own practice is to only do for subs like those and for a single configuration hashref as the return value for the file when done.

my $config = do "$ENV{HOME}/.foobarc";

After Compline,
Zaxo

Log In?
Username:
Password:

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

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

    No recent polls found