- or download this
$res = $ua->post($my_url, \%form_data);
- 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";
- or download this
<html>
<head>
...
</tr>
..........SNIP..........
- or download this
$VAR1 = {
'body' => {
...
},
{
..........SNIP..........
- or download this
print "content is:", $response->{body}->{table}->{tr}->{td}->{content}
+, "\n";