Perrin Harkins wrote:
> Chris Allen wrote:
[...]
> > Is $ENV{foo}='bar'; in startup.pl equivalent to PerlSetEnv foo bar
> > in httpd.conf?
>
> Yes.
Are you sure? I experimented a few months ago, and found that
$ENV{foo}='bar'; would only last in each child until the first request
of the child completed.
Steve
--
Steve Piner
Web Applications Developer
Marketview Limited
http://www.marketview.co.nz
- When to use 'use' for accessing modules? Chris Allen
- Re: When to use 'use' for accessing modules? Perrin Harkins
- Re: When to use 'use' for accessing modules? Steve Piner
- Re: When to use 'use' for accessing modules? Perrin Harkins
- RE: When to use 'use' for accessing modules? Geoffrey Young
- RE: When to use 'use' for accessing modules? Geoffrey Young
