http://qs321.pair.com?node_id=201028

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Does anyone know if LWP::Simple is compatible to use in IIS (I am trying to use my $doc = get ("https://mydir/my_page.cgi");
and it's not working it seems that the code above doesn't have any effect at all. How can I ckeck if it is installed in the perl version I have? Any other way than the get method? Thank you!!!!