You can do even better than that. I've seen the above technique used to create synchronized httpd.conf files, so that information that in one is maintained through mod_perl in the next has the Perl expanded out so that it can be used with a non-mod_perl Apache server. (This for a reverse proxy config, the non-mod_perl server handles all of the static requests and forwards what it needs to to the mod_perl servers.)