in reply to Re: the -x command line parameter
in thread the -x command line parameter

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.)

Replies are listed 'Best First'.
Re^3: the -x command line parameter
by water (Deacon) on Aug 10, 2004 at 01:41 UTC
    could you elaborate on "so that information that in one is maintained through mod_perl in the next has the Perl expanded out "? thanks