in reply to
Installing perl modules
You also need to instruct perl where to look for your module using one of the following methods:
PERL5LIB
ENVIRONMENT
variable
lib
perl -I
(see
perlrun
)
See also
@INC
Comment on
Re: Installing perl modules
Download
Code
In Section
Seekers of Perl Wisdom