You'll want the LWP module to do that
if you're using windows and got active state's distro (www.activestate.com)
it comes with the install.
if you're on *nix, you'll probably want to download it from CPAN... you
might as well get the full lib:
http://search.cpan.org/search?dist=libwww-perl
hth
Jos Boumans
----- Original Message -----
From: "Rahul Garg" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 09, 2001 11:08 AM
Subject: How to connect to a web server
Hello,
I am a beginner in Perl.Well, I want to know how thru perl script we can
connect to a web server and fetch the files on webserver.
Help!