PerlMonks
Need basic info
How do I add my own library paths (where I store my own
packages etc) to @INC so that I do have to say
. use lib "path" in every perl script that I write.
This is critical when I am not root on a UNix server and I want to install modules.