However, as I understand it, you can delay use calls if you are using SelfLoader and then execute the use call inside of a subroutine.
Example:use SelfLoader; sub __PACKAGE__::myfunc; 1; __DATA__ sub myfunc { use ThisOtherModule; }
In reply to Re^4: Using a module more than once
by techra
in thread Using a module more than once
by kwaping
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |