LoadFile "C:/xampp/perl/bin/perl510.dll"
LoadModule perl_module modules/mod_perl.so
PerlPostConfigRequire "C:/xampp/apache/conf/extra/startup.pl"
AddType text/html .pl
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
SetHandler cgi-script
# ASP settings
Include "conf/extra/httpd-perl-asp.conf"