On 03/06/09 02:58 , Scott Gifford wrote:
> [ also posted on PerlMonks ]
>
> I'm working on porting some code that's been running on mod_perl 1 for
> a very long time to mod_perl 2. Mostly things have gone smoothly, but
> I'm having trouble with environment variables. Sometimes my scripts go
> off
Paul Silevitch writes:
> Scott,
>
> I had a similar problem and I used Env::C to get around it. Definitely read
> the perldoc to see the gotchas with this module.
>
> Let me know if it works for you,
Yeah, Env::C was the solution, thanks!
It would be very nice to make this clearer in the docs,
[ also posted on PerlMonks ]
I'm working on porting some code that's been running on mod_perl 1 for
a very long time to mod_perl 2. Mostly things have gone smoothly, but
I'm having trouble with environment variables. Sometimes my scripts go
off and run other scripts, and expect to be able to set t