Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
my $doc = get ("https://testing/weather.pl"); my @foot=$doc; $weather=join("",@foot);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using LWP w/ HTTPS
by dws (Chancellor) on Dec 27, 2002 at 18:17 UTC | |
by Anonymous Monk on Dec 27, 2002 at 19:23 UTC | |
by cfreak (Chaplain) on Dec 27, 2002 at 22:17 UTC | |
|
Re: Using LWP w/ HTTPS
by Mr. Muskrat (Canon) on Dec 27, 2002 at 16:57 UTC | |
|
Re: Using LWP w/ HTTPS
by Mr. Muskrat (Canon) on Dec 27, 2002 at 17:05 UTC | |
|
Re: Using LWP w/ HTTPS
by IlyaM (Parson) on Dec 27, 2002 at 17:21 UTC |