- or download this
#!/usr/bin/perl -X
print "Content-type: text/plain\n\n";
...
print "$_\t$ENV{$_}<br>\n";
}
exit;
- or download this
GATEWAY_INTERFACE CGI/1.1
MOD_PERL mod_perl/1.99_16
- or download this
LoadModule perl_module modules/mod_perl.so
...
Allow from all
</Directory>