in reply to LWP

If you're using ActiveState Perl on Windows, visit the PPM page to learn about the Perl Package Manager. It will make your life easier by installing pre-compiled modules for you.

The corresponding Unix command line is: perl -MCPAN -e shell Then, type: install Bundle::LWP and things will work for you straightaway. Building modules on your own is like writing your own kernel, except not as much.