Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -Tw
    
    ...
        print "REQUEST\n",$http_request->headers_as_string();
        print "RESPONSE\n",$http_response->headers_as_string();
    }
    
  2. or download this
    foreach my $url (@url) {
        $poe_kernel->post( 'weeble', 'request',
     got_response => GET $url
        );
    }