use lib;
doesn't appear to do anything. Perhaps you meant
use lib '~';
Update suggested by tinita: better than '~'
use lib $ENV{HOME};
or something equivalent instead?
-QM
--
Quantum Mechanics: The dreams stuff is made of
In reply to Re^2: specifying which perl module to use
by QM
in thread specifying which perl module to use
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |