I just installed libwww (v5.53_95) and am using perl
(5.6.1) on cygwin (installed latest version
yesterday).
I can't get the 'get' function to work in the
following simple program:
#!/usr/bin/perl
use LWP::Simple;

print (get "http://www.google.com";);

Other LWP such as getprint and getstore work. When I
replaced the above line with one of the following,
output was returned.
getprint ("http://www.google.com";);  
or
$file=test;
getstore ("http://www.google.com";, $file);  

Anyone know why the get function does not work for me?

Chuck



__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to