Help for this page

Select Code to Download


  1. or download this
    $res = $ua->post($my_url, \%form_data);
    
  2. or download this
    $response = $xml->XMLin($res->content);
    print "CallerLastName is:", $response->{CallerLastName}, "\n";
    print "ReturnStatus is:", $response->{ReturnStatus}, "\n";
    print "CallerPhoneNumber is:", $response->{CallerPhoneNumber}, "\n";
    
  3. or download this
    <html>
    <head>
    ...
      </tr>
    
    ..........SNIP..........
    
  4. or download this
    $VAR1 = {
              'body' => {
    ...
                                             },
                                             {
    ..........SNIP..........
    
  5. or download this
    print "content is:", $response->{body}->{table}->{tr}->{td}->{content}
    +, "\n";