Er, when you install a Perl module in the way that is appropriate for your platform (CPAN, PPM, RPMs or whatever) the files will be placed in the correct location.
If you have installed (or even simply copied) the modules files into a non-standard location then you have to tell Perl where that is using the lib pragma:
You can read about this in the lib manpageuse lib qw(/my/module/directory ./lib);
/J\
In reply to Re: A simple library question
by gellyfish
in thread A simple library question
by cranberry13
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |