#!/usr/bin/perl -w use strict; use lib qw(the/full/dir/path/8080/cgi-bin/usr/local the/full/dir/path/8080/cgi-bin/usr/local/lib/perl5 the/full/dir/path/8080/cgi-bin/usr/local/bin the/full/dir/path/8080/cgi-bin/usr/local/lib/perl5/site_perl the/full/dir/path/8080/cgi-bin/usr/local/bin); use CGI qw/:standard/; use HTTP::Request print header; print "TEST SCRIPT\n"; exit; #### ... the CGI program /the/full/dir/path/8080/htdocs/test.cgi did not produce a valid header (name without value: got line "compilation failed in require at /the/full/dir/path/8080/cgi-bin/usr/local/lib/perl5/site_perl/http/request.pm line 14.")