$author = "[EMAIL PROTECTED]" ;
> 
> I would like to be able to load a perl module, do whats need to be done, 
> then unload the module again.
> 
> How would I do this?

you don't need to. the interpreter unloads the module from memory when the
last instance of it is last used or the last call is made to one of it's
functions. it works similar to the garbage collection on variables... 

marty

--
I'm not here. This isn't happening.

"How to Disappear Completely" - Radiohead
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to