>>621
サイトは知らないけど、こんな感じでOK。
但し、Apache2+mod_perl2での例。

LoadFile "c:/Perl/bin/perl58.dll"
LoadModule perl_module modules/mod_perl.so

<Directory "c:/mod/perl/path">
SetHandler perl-script
PerlHandler ModPerl::Registry
Options +ExecCGI
</Directory>