in reply to Re: specifying which perl module to use
in thread specifying which perl module to use

I think you need to be more specific.

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