[Perl-unix-users] LWP::Simple returns nothing

2002-03-24 Thread Mauricio Lairet P.
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

Re: [Perl-unix-users] LWP::Simple returns nothing

2002-03-24 Thread Mauricio Lairet P.
my response at the end of this email - Original Message - From: "Edward G. Orton" <[EMAIL PROTECTED]> To: "Mauricio Lairet P." <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, March 24, 2002 1:31 PM Subject: Re: [Perl-unix-users] LWP::Sim