in reply to Re: Can't figure with mod_perl
in thread Can't figure with mod_perl

You're right, though I tend to to use the AddHandler directive instead of Files sections, like this (for .pl files):
Alias /page/ /home/me/page/ PerlModule Apache::Registry <Location /page/> AddHandler perl-script .pl PerlHandler Apache::Registry Options ExecCGI PerlSendHeader On allow from all </Location>
update: fixed config. Joost.