with all the details. Besides, you can
also opt to have Twilio send its responses to you in CSV, JSON, or
HTML.
=head2 Using WWW::Twilio::API
Now that we have a basic understanding of how Twilio's
', 'json', or 'html' (any representation found at
http://www.twilio.com/docs/api/rest/tips) to the Twilio API call:
## return JSON in $response->{content}
$response = $twilio->POST('Calls.json',
## view a list of calls we've made
$response = $twilio->GET('Calls.json');
print $response->{content}; ## this is a JSON document
## view one particular call we've made
$response = $twili