From: Konovalov, V. <vko...@sp...> - 2004-11-01 07:17:35
|
> I would like to add the LWP module to the PerlCE. I followed the > suggestion in the http://perlce.sourceforge.net/ > 2.FILES > - simply copy any desired pure-perl modules into ./lib and/or delete > modules that you decided not to use to save memory. > > I added to the Lib folder the Bundle, File, Html, Http, Lwp, > Mime, Net, > Uri, Www. Their modules and subfolders, but when I tried to execute a > script it says: > 500 (Internal Server Error) Can't locate method "configure" > via package > "Net::HTTP" > Content-Type: text/plain > Client-Date: Fri, 29 Oct 2004 15:33:34 GMT > Client-Warning: Internal Response as long as it complains about lacking method "configure" via package Net::HTTP, what is your lib/Net/HTTP.pm file? Is it exists on that path? Show us its contents. And did you made a trick with Socket.dll? Best regards, Vadim. |