in reply to Is there a module which Perl has to load when using any module?
I was wondering if there is some core Perl module which has to be loaded, when it loads another module thru use or require?
Nope, but you could get a similar affect by adding an appropriate coderef to @INC. See the documentation on require for details.
|
|---|