Quote:
Originally Posted by Juicy D. Links
perl -MCPAN -e 'install Bundle::LWP'
|
Try this :
http://lwp.interglacial.com/ch01_03.htm
Invoke the CPAN shell by entering the following command at a system shell prompt:
% perl -MCPAN -eshell
If you've never run it before, you'll see this:
We have to reconfigure CPAN.pm due to following uninitialized parameters:
followed by a number of questions. For each question, the default answer is typically fine, but you may answer otherwise if you know that the default setting is wrong or not optimal. Once you've answered all the questions, a configuration file is created and you can start working with the CPAN shell.
1.3.1.2. Obtaining help
If you need help at any time, you can read the CPAN shell's manual page by typing perldoc CPAN or by starting up the CPAN shell (with perl -MCPAN -eshell at a system shell prompt) and entering h at the cpan> prompt:
cpan> h
cpan> install Bundle::LWP