Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: use vs. require in string eval?

by Wonko the sane (Deacon)
on Mar 11, 2004 at 22:15 UTC ( [id://335995]=note: print w/replies, xml ) Need Help??


in reply to use vs. require in string eval?

Hello,

I think something else is going on there, if you are getting benchmarks that are that different,
with these two statements. Require and use should take up about the same amount of time,
and they do "essentially" the same thing. The main difference being of course that require's are done at runtime,
while use's are done at compile time.
Unless of course you have them wrapped in an eval, which would cause them both to be done at runtime.

Wonko

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-24 09:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found