in reply to Re: Perl file names and extensions
in thread Perl file names and extensions

You don't need mod_rewrite for that. You could use <Files> or <Location> directives; the latter are more flexible but only work in the main httpd.conf, while the former can be dropped into a .htaccess.

Makeshifts last the longest.