/path/to/the/cgi/bin/cgi-bin/usr/local/lib/perl5/site_perl/HTTP> ls -l
-r--r--r-- 1 mhalunen user 19433 Dec 8 2004 Message.pm
-r--r--r-- 1 mhalunen user 5030 Apr 7 2004 Request.pm
-r--r--r-- 1 mhalunen user 11827 Dec 11 2004 Response.pm
####
use lib qw(/path/to/the/cgi/bin/cgi-bin/usr/local
/path/to/the/cgi/bin/cgi-bin/usr/local/lib/perl5
/path/to/the/cgi/bin/cgi-bin/usr/local/bin
/path/to/the/cgi/bin/cgi-bin/usr/local/lib/perl5/site_perl
/path/to/the/cgi/bin/cgi-bin/usr/local/bin
/path/to/the/cgi/bin/cgi-bin/usr/local/lib/perl5/man
/path/to/the/cgi/bin/cgi-bin/usr/local/lib/perl5/man/man3);
use XML::Filter::ExceptionLocator; # <-- locally installed
use HTTP::Request; # <-- locally installed (Invoking this module triggers the server error)
####
...got line "compilation failed in require at /path/to/the/cgi/bin/cgi-bin/usr/local/lib/perl5/site_perl/http/request.pm line 5.")
####
require HTTP::Message;