Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
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??

Help for this page

Select Code to Download


  1. or download this
    require module;
    import module; #dynamic runtime load
    
  2. or download this
    use module;
    no module; #precompiled include/ import
    

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 surveying the Monastery: (6)
As of 2023-12-06 16:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (30 votes). Check out past polls.

    Notices?