in reply to MOD_PERL ENV variable unsetting?

Well, I would look to my code and grep for [*%$@]ENV or ack for [*%\@\$]ENV\b

Replies are listed 'Best First'.
Re^2: MOD_PERL ENV variable unsetting?
by paulthewalrus (Initiate) on Sep 18, 2013 at 15:03 UTC

    I grep'd for it searching through my own code and the CPAN modules I have on my server. It's certainly possible I'm missing something, but I don't see it. I mostly wanted to see if it's expected behavior for the MOD_PERL ENV variables to go away (which it sounds like it isn't).