in reply to Re: Re: use/require $MODULE (a variable)
in thread use/require $MODULE (a variable)
Now in normal mode, the symbols for the subroutines in the subroutine libfiles would remain in main, since no package name caused Perl to change namespaces. But in my PmLoader, without an export functionality, these remain in PmLoader.
So in both of these cases, I guess I should concoct a local export subroutine (based on the relevant code in Exporter.pm) to call, since export_to_level() can't be used. Or maybe I should play with package name switching... Again, thanks alot for your help!
-cadphile.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: use/require $MODULE (a variable)
by lestrrat (Deacon) on Mar 18, 2002 at 08:26 UTC | |
by cadphile (Beadle) on Mar 18, 2002 at 09:08 UTC |