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!!!!
Re: LWP::Simple
by perrin (Chancellor) on Sep 26, 2002 at 20:20 UTC
|
You can't use HTTPS unless you install an SSL library. Read the docs for details. | [reply] |
Re: LWP::Simple
by fruiture (Curate) on Sep 26, 2002 at 20:07 UTC
|
42
The information about the problem is insufficient. Sorry, i can't see you put any effort in trying to find any hints on your own. What happens on the commandline? What's in the error-log?
--
http://fruiture.de
| [reply] |
|