Here is the relevant code from KM's and Brent Michalski's book: "Writing CGI Applications with Perl"
<code>
<Files *.rpl$>
SetHandler perl-script
Perlhandler Apache::Registry
PerlSendHeader On
Options +ExecCGI
</Files>
Comment on Re: mod_perl and Apache::Registry (code)