in reply to LWP - InstallationError. Gurus Please Help me :)

The simplest way to use CPAN, if you already have the CPAN module installed, is from the command line:

> perl -MCPAN -e shell

And from the CPAN command line:

install LWP::UserAgent

It will automatically detect any other updates you need and get them for you.

dave hj~