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

<Perl>
  $My::App::DEV_MODE = 1;
</Perl>

- Perrin

Reply via email to