in reply to LWP::Simple::get

This might be just a typo here and not in the real script, but you missed the trailing " on the second print line. It should read:
print "Test for LWP::Simple::get\n";
I got big hairy errors with perl -w without that.
Hope this helps.