Lightning flashed, thunder crashed and "Rahul Garg" <[EMAIL PROTECTED]> whisp
ered:
| I want to install LWP modules on Linux.
| At present they are not.CPAN module is there but Linux at present is not =
| connected to net.
| What exactly I have to do...means
| 
| What files exactly I have to install from where(exactly).
| Where I have to install it on Linux.
| What commands are needed?
| I think I have to download it from CPAN.
| I need to first download it on Windows and then to Linux.thru FTP.

You don't have to use the CPAN module to download other modules.  CPAN.pm
just makes life easier by doing all the work for you.  If you get the LWP
module from any CPAN site (ftp.cpan.org, for example) found in
$CPAN/modules/by-module/LWP, you can then extract it and make it yourself
by following the README or INSTALL file.  Usually it is

   perl Makefile.PL
   make
   make test
   make install

Sometimes there might be pre-requisite modules that you'll also have to get
and install.  Repeat this procedure until you get everything.

-spp
--
Stephen P Potter                                         [EMAIL PROTECTED]
"You can't just magically invoke Larry and expect that to prove your point.
Or prove that you have a point."        -Simon Cozens
UNIX, Perl, PHP, Web Consulting and Training  http://www.unixlabs.net/~spp/

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

Reply via email to