Cisco-IPPhone
view release on metacpan or search on metacpan
# Go to a specified location in conjuntion with a status code such as
# 301 Moved Permanently, 303 See Other, 307 Temporary Redirect, or
# 302 Object Moved. Combined with user-agent logic, this can be effective
print $object->Content(Location=>'http://services.acme.com');
=item * $object->Content_Noheader
# Assign object to another object with no Content Type header
# Can be used to view an object without the header
# This should not be sent to the phone since the phone needs a content-type
$myobject = $object->Content_Noheader;
=back
=head2 Examples
B< Example demonstrating Cisco IP Phone Text object>
#!/usr/bin/perl
( run in 2.692 seconds using v1.01-cache-2.11-cpan-524268b4103 )