Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Reloading modules more than once

by sauoq (Abbot)
on Aug 04, 2002 at 08:17 UTC ( [id://187471]=note: print w/replies, xml ) Need Help??


in reply to Reloading modules more than once

Well, you can probably get the sort of functionality you want from the Safe module. I did some similar things using a stripped down version of Safe to help implement plugins. I simply took out all of the stuff for allowing and disallowing different operators. It made sense to do this because I wasn't using it as a container to "safely" evaluate untrusted code but as a way to isolate trusted code. If I recall correctly, I really wanted to be able to unload modules.

I should point out that it was several years ago that I did this. Perl was probably at 5.002. I've rarely used Safe.pm since. I'm not sure what, if anything, has changed. It probably isn't the best way to do what you want and even if you do use it, it'll take some creativity. I only mention it because it is there and it might be worth knowing about.

-sauoq
"My two cents aren't worth a dime.";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-18 02:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found