in reply to Re^6: Install WWW::Curl
in thread Install WWW::Curl

Hi, I'm Facing the following issue can anyone figure out this
Can't load 'C:/Perl/site/lib/auto/WWW/Curl/Curl.dll' for module WWW::C +url: load_file:The specified procedure could not be found at C:/Perl/ +lib/DynaLoader.pm line 201. at C:/Perl/site/lib/WWW/Curl.pm line 11
Thanks, Jey

Replies are listed 'Best First'.
Re^8: Install WWW::Curl
by Anonymous Monk on Jul 03, 2008 at 18:27 UTC
    You're missing some dll a required by WWW/Curl/Curl.dll, like libcurl.dll ... is it installed? in the %path%?
      The problem was in OpenSSL dll files, Installed the OpenSSL again, Now its working fine. Thanks Jey