I'm not real familiar with what all ppm does when you install a new module. We have a test system that cannot be connected to the internet so in order to add new Perl modules on the system I need a manual method. Is there a reasonable method of installing the modules to another PC and copying them to the test system PC? I've tried this but my script still says the subroutine I'm calling can't be found. Does Perl maintain some kind of module registry that I need to update so this module is "known" to the interpreter?
Thanks.