The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::SMS::WAY2SMS - Send SMS to any mobile phones in India using way2sms.com

VERSION

Version 0.10

SYNOPSIS

Perl module to send sms using way2sms for any mobile/s in India

Usage:

        use Net::SMS::WAY2SMS;
 
        my $s = Net::SMS::WAY2SMS->new(
                'user' => 'xyz' ,
                'password' => 'xyzpassword',
                'mob'=>['12343567890', '1111111111']
        );
 
        $s->send('Hello World');

new

Creates a new instance

        Args:
                'user' [required]
                'password' [required]
                'mob' [array reference of mobile numbers] - [required]

getMob

Returns the mobile number of the instance

send

Send the data to way2sms.com

WEBSITE

You can find information about WAY2SMS at :

   http://www.way2sms.com/

REQUIRES

  • WWW::Mechanize; Compress::Zlib;

AUTHOR

adarshtp, <adarshtp at cpan.org>

BUGS

Please report any bugs or feature requests to bug-net-sms-way2sms at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-SMS-WAY2SMS. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Net::SMS::WAY2SMS

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2010 adarshtp.

This program is released under the following license: GPL