> -----Original Message-----
> From: Jennifer Pan [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 15, 2001 3:51 PM
> To: Jos I. Boumans
> Cc: [EMAIL PROTECTED]
> Subject: RE: URL access
> 
> 
> Apologize for the naivety, but
> there are so many modules related with LWP at cpan ( I searched for
> LWP), which one do I download?
> And how do I know if we already have LWP module at our local machine?

After you install Bundle::LWP to grab everything, use the command

   perldoc LWP

for top-level documentation.

There are numerous classes, but the "biggies" are probably:

   LWP::Simple
   LWP::UserAgent
   HTTP::Request
   HTTP::Response
   URI

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

Reply via email to