Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: use and performance

by diotalevi (Canon)
on Jun 10, 2003 at 10:28 UTC ( [id://264611]=note: print w/replies, xml ) Need Help??


in reply to use and performance

There is no execution speed impact - loading the code and calling Data::Dumper->import(), Carp->import in multiple locations at compile-time has no runtime implications. By importing the Dumper(), carp(), confess(), etc functions into multiple namespaces you may be occupying more memory than necessary but that doesn't mean it is slower.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-19 11:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found