Net-SMS-Web
view release on metacpan or search on metacpan
A perl module to send SMS messages, using web2sms gateways. This module
should be subclassed for a particular gateway (see L<Net::SMS::O2> or
L<Net::SMS::Mtnsms>).
When you subclass this class, you need to make a series of calls to the
L<action> method, passing a L<Net::SMS::Web::Action> object which should
correspond to the web form acions that are required to send an SMS message via
the web gateway in question.
The HTTP requests are sent using the LWP::UserAgent module. If you are using a
proxy, you may need to set the HTTP_PROXY environment variable for this to
work (see L<LWP::UserAgent>).
=cut
#------------------------------------------------------------------------------
#
# Package globals
#
#------------------------------------------------------------------------------
( run in 0.963 second using v1.01-cache-2.11-cpan-71847e10f99 )