http://qs321.pair.com?node_id=452292


in reply to Is there a module which Perl has to load when using any module?

No, there isn't. However, require makes use of @INC and by unshifting a code ref into it you can do the same thing.

ihb

See perltoc if you don't know which perldoc to read!