$author = "Rick Welykochy" ; > > I'm fascinated. How does perl predict the future to accomplish this > amazing feat? > > Me thinks you might be confusing perl modules with variables. Variables > are reference counted storage units that are freed once their reference > count reaches zero. > > AFAIK, there is no easy way to unload a perl module. Once a module is > loaded (i.e. use ModuleName), the module is stashed in a global symbol > table. One could theoretically write some perl to find the module in the > global symbol table and delete.
ok, maybe i misunderstood something i read on this topic. you can do it explicitly http://www.perldoc.com/perl5.6/pod/perlfaq7.html#How-do-I-clear-a-package- marty -- "No GUI for you! Use lynx!!!, Come back, One year!" /avant -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
