in reply to Perl module management
then you could run usinguse MyScript; MyScript->run;
but better to write lots of tests and use make test or prove when developing. As example see tracker (App::TimeTracker).perl -I/opt/scripts/development -S script.pl perl -I/opt/scripts/development /opt/scripts/development/script.pl perl -Mlib=/opt/scripts/stable script.pl
|
|---|