Help for this page
my $url = "http://myurl.com/cgi-bin/skript.pl"; require HTTP::Request; ... while ( my $response = $async->wait_for_next_response ) { print $response->as_string; }
my $url = "https://ssl.myotherurl.com/cgi-bin/skript.pl";