Help for this page

Select Code to Download


  1. or download this
    #!/opt/local/bin/perl
    
    ...
        print "HTTP GET error code: ", $resp->code, "\n";
        print "HTTP GET error message: ", $resp->message, "\n";
    }
    
  2. or download this
    Received header:
    Client-Date: Mon, 17 Mar 2014 22:45:08 GMT
    ...
    {"val":1}
    
    ---------