http://qs321.pair.com?node_id=287257


in reply to Odd effects of mod_perl on IO::Socket or LWP::Protocol?

Whenever I run this from a CGI, I find that $ua contains undef. I also find that $! contains 'No such file or directory'.

Take a look at $@. It might be getting set from Net::HTTPS while trying to find an SSL implementation. There might be a protection issue on one of the files.

  • Comment on Re: Odd effects of mod_perl on IO::Socket or LWP::Protocol?