I am having a problem with LWP::Simple::get() on a Windows XP installation.  
(LWP version 5.69).
The following command hangs up (requiring a Cntrl-c):
perl -e "use LWP::Simple; my \$out=get(\"http://www.cpan.org\";);print \$out"

but this works
perl -e "use LWP::Simple;getprint(\"http://www.cpan.org\";)"

both command work fine on my Linux machine.

Any help would be appreciated.
-- 
David
[EMAIL PROTECTED]

Reply via email to