in reply to LWP::Simple on Windows 2003 IIS

All the modules you used are already shipped with perl itself (Core Modules).

You don't have to install any additional module

See below

while not both of them are core modules there's a good chance that you already have LWP::Simple if you use Activestate's perl package.

Replies are listed 'Best First'.
Re^2: LWP::Simple on Windows 2003 IIS
by Anonymous Monk on Feb 13, 2010 at 07:12 UTC
    $ corelist CGI LWP::Simple CGI was first released with perl 5.004 LWP::Simple was not in CORE (or so I think)
    CGI is core, LWP is not