in reply to Overriding perl modules
Just load your module before the other, and tell Perl not to load the other module. See perlrun for how to load a module from the command line, and perlvar on %INC (together with require) for how to tell Perl not to load a file.
|
|---|