in reply to Re^2: LWP:UserAgent Use of uninitialized value in subroutine entry at blib\lib\Net\SSLeay.pm
in thread LWP:UserAgent Use of uninitialized value in subroutine entry at blib\lib\Net\SSLeay.pm

"I don't understand why Net::SSleay is even invoked if it's not needed for LWP::UserAgent to work."

Your target is https://api.twitter.com/1/users/lookup.json LWP::UserAgent states:

"You will need to install LWP::Protocol::https separately to enable support for processing https-URLs."

LWP::Protocol::https requires Net::SSleay.

Update: fixed typo.

  • Comment on Re^3: LWP:UserAgent Use of uninitialized value in subroutine entry at blib\lib\Net\SSLeay.pm
  • Download Code