Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Load and unload modules ala dlopen();

by AgentM (Curate)
on Oct 07, 2000 at 05:24 UTC ( #35708=note: print w/replies, xml ) Need Help??


in reply to Load and unload modules ala dlopen();

Runtime or precompile? Only diff is the BEGIN{}. This is for runtime.
require module; import module; #dynamic runtime load

And thissa here is using use:
use module; no module; #precompiled include/ import
You ain't gonna need no CPAN, this is built-in dynamically-loading functionality, somethin' that i really miss in *NIX C. perl is the alpha and the omega. sorry, i just had sushi.
AgentM Systems or Nasca Enterprises is not responsible for the comments made by AgentM- anywhere.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2023-12-11 12:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (41 votes). Check out past polls.

    Notices?