Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
perl-WWW-Twilio-TwiML
Upload
4 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
Changes
552 B
-rw-r--r--
2011-12-01 03:43:45
Edit
Del
README
793 B
-rw-r--r--
2011-12-01 03:44:37
Edit
Del
Editing: README
(793 B)
Path: /usr/share/doc/perl-WWW-Twilio-TwiML/README
Back
WWW-Twilio-TwiML version 1.05 ============================= WWW::Twilio::TwiML is a small module for creating Twilio-compatible TwiML documents: my $tw = new WWW::Twilio::TwiML; $tw->Response ->Say("Lookin' out my backdoor"); print $tw->to_string; becomes: <?xml version="1.0" encoding="UTF-8" ?> <Response> <Say>Lookin' out my backdoor</Say> </Response> INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES none COPYRIGHT AND LICENCE Copyright (C) 2011 by Scott Wiersdorf This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.