in reply to using methods/modules ?
use lib '/some/path/to/local/modules'; # /some/path/to/local/modules/Some/Module.pm use Some::Module; [download]