I use the CPAN tool to install LWP, and it failed. Then I used the PPM tool. I can’t find LWP in PPM, but only libwww-perl (LWP). Are they the same with a different name?
I am using Strawberry Perl.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, they are more-or-less the same thing.
libwww-perlis the name of the distribution, andLWPis the name of the main module in that distribution. So in order to useLWP, you would install thelibwww-perldistribution. Make sense?