senget has asked for the wisdom of the Perl Monks concerning the following question:

I am a newbie in this area pls help me out i try to use HTTP and LWP library with some reason.. when i execute it it can not locate it.. where should i check this and how to solve this thanks regards shamsir

Replies are listed 'Best First'.
Re: i get an error on HTTP and LWP lib
by Corion (Patriarch) on Jul 16, 2001 at 13:57 UTC

    The most likely cause is, that LWP is not (yet) installed on your system. To install LWP, you can try to use perl -MCPAN -e shell or simply follow that link, download the package, unpack it, install it. If you're running Windows, the process should be the same, but you might want to consider the ActiveState repository or the IndigoStar repository instead of plain CPAN.

    In the future, to keep us from guessing the exact error messages you are receiving, please post your operating system, Perl version and the exact error message you are getting, and the best way to post them would be enclosed between <CODE> and </CODE> tags.

Re: i get an error on HTTP and LWP lib
by MZSanford (Curate) on Jul 16, 2001 at 15:42 UTC
    If this is windows, and you are using ActiveSate Perl, then at a DOS prompt you can type :
    ppm install LWP
    which will install LWP. Also, any perl module downloads are available from CPAN for windows and *nix. As a newbie, that should be a good place to start. If you have installed it and are still getting an error, post it and we can usually help.
    OH, a sarcasm detector, that’s really useful