- or download this
LoadModule perl_module modules/mod_perl.so
PerlRequire conf/startup.pl
PerlSwitches -I/usr/local/apache2/cgi-bin/pages
- or download this
BEGIN {
print STDERR "\n $_\n" foreach @INC;
...
use CGI::Carp qw(warningsToBrowser fatalsToBrowser);
use web::Home;
use CONF;
- or download this
/usr/local/apache2/cgi-bin/pages
...
/usr/share/perl/5.10
/usr/local/lib/site_perl
- or download this
/etc/perl
...
/usr/local/lib/site_perl