Help for this page

Select Code to Download


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