Net::SMS::VoipBuster - Send SMS from VoipBuster


Net-SMS-VoipBuster documentation  | view source Contained in the Net-SMS-VoipBuster distribution.

Index


NAME

Top

Net::SMS::VoipBuster - Send SMS from VoipBuster

VERSION

Top

Version 0.03

SYNOPSIS

Top

  use Net::SMS::VoipBuster;

  my $c = Net::SMS::VoipBuster->new($user, $pass);

  my $res = $c->send($msg, $to);




FUNCTIONS

Top

new

Creates a new Net::SMS::VoipBuster object.

  my $c = Net::SMS::VoipBuster->new($user, $pass);

send

  my $res = $c->send($msg, $to);

SUPPORT

Top

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

    perldoc Net::SMS::VoipBuster

AUTHOR

Top

Filipe Dutra, <mopy at cpan.org>

COPYRIGHT AND LICENSE

Top


Net-SMS-VoipBuster documentation  | view source Contained in the Net-SMS-VoipBuster distribution.