Problem in HTTP/Request/Common.pm

Mauro Pacelli (mpacelli@c2i-web.com)
Wed, 30 Jun 1999 11:43:48 -0700


I got the following error

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 has the following statement
$url->query_form(@$content);

I need help in interpreting the error message. Thank you. Mauro.