#!/usr/bin/perl use strict; use warnings; use LWP::Protocol::AnyEvent::http; use Coro qw( async ); my $ua = LWP::UserAgent->new(); $ua->protocols_allowed([qw( http https )]);
In reply to Re: Threads and HTTPS Segfault
by Khen1950fx
in thread Threads and HTTPS Segfault
by onelesd
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |