#mod_perl test
LoadModule perl_module /usr/local/libexec/apache22/mod_perl.so
#there should be better way than this...
unshift @INC, '/usr/local/www/apache22/cgi-bin/test-modperl';
PerlModule test1::sample
SetHandler perl-script
PerlHandler test1::sample