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

Version 0.06

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');
Creates a new instance
Args:
'user' [required]
'password' [required]
'mob' [array reference of mobile numbers] - [required]
Returns the mobile number of the instance
Send the data to way2sms.com

You can find information about WAY2SMS at :
http://www.way2sms.com/


adarshtp, <adarshtp at cpan.org>

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.

You can find documentation for this module with the perldoc command.
perldoc Net::SMS::WAY2SMS
You can also look for information at:


Copyright 2010 adarshtp.
This program is released under the following license: GPL