This is a discussion on Re: putting config vars in httpd.conf - modperl ; Jonathan Vanasco wrote: > I'd like to flag whether my app is running on dev or prod with a > variable that's in httpd.conf $My::App: EV_MODE = 1; - Perrin...
Jonathan Vanasco wrote:
> I'd like to flag whether my app is running on dev or prod with a
> variable that's in httpd.conf
$My::App:EV_MODE = 1;
- Perrin