From: Konovalov, V. <vko...@sp...> - 2004-11-02 09:55:57
|
> This is the Net::HTTP that is in the net folder, and not, I do not do > the trick with socket.dll. I have in the LIB\AUTO\SOCKET folder tha > files SOCKET.BS and SOCKET_1.DLL "socket" trick means you could "dynaload" perl's socket_1.dll despite of fact there is already loaded system's one. Do you use modified Dynaloader.pm to support loading of SOCKET_1.DLL? Is it possible you forgot to write "use Net::HTTP;" ? BTW currentIy I can't use LWP scripts on my Win32 machine, probably due to the fact I did not yet bothered to configure networking for Perl proPerly... Best regards, Vadim. |