I'm using a hosted Linux machine so I don't have permissions to write
into the /usr/lib
directory.
When I try to install a CPAN module by doing the usual:
perl Makefile.PL
make test
make install
That module is extracted to a blib/lib/
folder. I have kept use
blib/lib/ModuleName
but it still the compiler says module can not be
found. I have tried copying the .pm file into local directory and kept
require ModuleName
but still it gives me some error.
How can I install a module into some other directory and use it?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…