On Mon, 7 May 2001, Stéphane JEAN BAPTISTE wrote:

> I'm looking for a command which permit to reach an URL from the script.

use LWP::Simple;

my $url = 'http://some.domain.com';
my $page = get($url);

There are plenty more ways to get urls via LWP and the HTTP modules.

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
"When it comes to humility, I'm the greatest."
-- Bullwinkle Moose


Reply via email to