in reply to Re: specifying which perl module to use
in thread specifying which perl module to use
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
|
|---|