looking for help

Mauro Pacelli (mpacelli@c2i-web.com)
Wed, 07 Jul 1999 07:11:26 -0700


I need help in interpreting the following error message.

"Can't locate auto/URI/URL/http/query_form.al in @INC (@INC contains:
/usr/local/
lib/perl5/i386-freebsd/5.00404 /usr/local/lib/perl5
/usr/local/lib/perl5/site_pe
rl/i386-freebsd /usr/local/lib/perl5/site_perl .) at
HTTP/Request/Common.pm
line 57"

URI/URL/http.pm is in the same directory of the cgi script which has
been executed and it contains the sub query_form.


HTTP/Request/Common.pm contains  the following statement
$url->query_form(@$content);

Am I missing some modules?

I also "push" URI and HTTP/Request/Common.pm  into @INC  and the same
error occurs.

Thank you. Mauro.