Help for this page

Select Code to Download


  1. or download this
    "...
    
    var realm = "heaven";
    ...
    var uri = "/earth.lp";
    
    ...."
    
  2. or download this
    my $req = HTTP::Request->new(GET => $server_endpoint);
    my $resp = $ua->request($req);
        my $message = $resp->decoded_content;
    
    $message =~ m/nonce/i;
     print " starts: @- \n ends:  @+ \n";