in reply to using methods/modules ?

yeah, but it would look like
use lib '/some/path/to/local/modules'; # /some/path/to/local/modules/Some/Module.pm use Some::Module;
you can install perl modules in that directory with perl Makefile.PL PREFIX="/some/path/to/local/modules/"