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

NAME

Net::SMS::WAY2SMS - The great new Net::SMS::WAY2SMS!

VERSION

Version 0.11

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/

AUTHOR

adarshtp, <adarshtp at gmail.com>

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 2017 adarshtp.

This program is released under the following license: GPL