I have Perl 5.10 for Windows Vista. After installation I ran both the "hello world" and "perl -v" successfully.
Testing to see if LWP was installed I ran: % perl -MLWP -le "print(LWP->VERSION)"
I received this message: "% is not recognized as an internal or external command, operable program or batch file." Receiving the same message on the very few other simple scripts I have tried to run.
Thanks