The use and require functions will search directories in your @INC array to find a requested file. Perl is just telling you it couldn't find the particular file. I can think of at least three possible problems, and ways to solve them:
to your code to give Perl an additional directory to search, or set the PERL5LIB environment variable the same way.use lib '/where/it/is';
HTH
In reply to Re: NT to Unix: HTTP::COMMON:: REQUEST issues
by VSarkiss
in thread NT to Unix: HTTP::COMMON:: REQUEST issues
by jcnuss
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |