karthikeyan.balasubramanian wrote:
Hi,

  I am getting this message when i m trying to run a perl program.

  When i did this i didnt get any error.

  $ perl -cw getInfoForName.pl
  Syntax OK

  but when i try this

  $ perl getInfoForName.pl, I get the following error

<error>
500 Can't locate object method "new" via package
"LWP::Protocol::https::Socket" (perhaps you forgot to load
"LWP::Protocol::https::Socket"?) at getInfoForName.pl line 31
Sending getInfoForName...
</error>

  I tried searching for the module "LWP::Protocol::https::Socket", but i
couldnt find any.
Try:

use LWP::Protocol::https;


--
  ,-/-  __      _  _         $Bill Luebkert   ICQ=162126130
 (_/   /  )    // //       DBE Collectibles   Mailto:[EMAIL PROTECTED]
  / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic http://www.todbe.com/


_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to