in reply to Moving around directories
If this is a set of things that is supposed to work together, it often makes sense to keep the scripts together in a single "bin" directory and the modules or packages or library files in a "lib" directory. You can add use lib '/my/lib/dir' to your scripts to specify the lib directory. You might take a look at FindBin for some ideas on how to make this technique more flexible by using paths relative to the script.
-sauoq "My two cents aren't worth a dime.";
|
|---|