Hi!

I have a very simple script that gets a URL using LWP::Simple.

For example:

use LWP::Simple;

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

This work great on my Win2K server. But when I transfer this script to a
FreeBSD server, the script returns nothing. Why that?

Is there any known trouble with using LWP::Simple on UNIX? If not, what am I
doing wrong?

Thanks in advance,
Mauricio

_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to