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!!!!