in reply to Re: A tale of LWP::UserAgent, Crypt::SSLeay and mod_perl
in thread A tale of LWP::UserAgent, Crypt::SSLeay and mod_perl

As I mentioned, I dumped the contents of %ENV and it indeed contains what I expect. Also, I've tried setting it in the body of the handler package, in the handler method, and in the Apache config file.
  • Comment on Re^2: A tale of LWP::UserAgent, Crypt::SSLeay and mod_perl

Replies are listed 'Best First'.
Re^3: A tale of LWP::UserAgent, Crypt::SSLeay and mod_perl
by perrin (Chancellor) on Feb 10, 2006 at 20:51 UTC
    I'd suggest using the debugger on it at this point. Then you'll be able to see why it isn't taking the branch you expect it to.