hydo has asked for the wisdom of the Perl Monks concerning the following question:
I am writing a program that needs to be able to load and unload a plugin type module without halting the program and for the life of me I cant find any way to do this.
I need to be able to load, jump to a function in the module, and then unload the module when the function returns. I have tried various forms of trickery to get this to happen and looked around CPAN but I haven't come up with much. Hopefully someone here has done this before?
I need to be able to load, jump to a function in the module, and then unload the module when the function returns. I have tried various forms of trickery to get this to happen and looked around CPAN but I haven't come up with much. Hopefully someone here has done this before?
|
---|
Replies are listed 'Best First'. | |
---|---|
(tye)Re: Load and unload modules ala dlopen();
by tye (Sage) on Oct 07, 2000 at 08:31 UTC | |
Re: Load and unload modules ala dlopen();
by AgentM (Curate) on Oct 07, 2000 at 05:24 UTC | |
Re: Load and unload modules ala dlopen();
by cianoz (Friar) on Oct 07, 2000 at 14:20 UTC | |
RE: Load and unload modules ala dlopen();
by hydo (Monk) on Oct 08, 2000 at 01:27 UTC | |
Re: Load and unload modules ala dlopen();
by pope (Friar) on Oct 10, 2000 at 01:40 UTC |
Back to
Seekers of Perl Wisdom