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

Version 0.01

use Net::SMS::VoipBuster; my $c = Net::SMS::VoipBuster->new($user, $pass); my $res = $c->send($msg, $to);

Creates a new Net::SMS::VoipBuster object.
my $c = Net::SMS::VoipBuster->new($user, $pass);
my $res = $c->send($msg, $to);

You can find documentation for this module with the perldoc command.
perldoc Net::SMS::VoipBuster

Filipe Dutra, <mopy at cpan.org>

Copyright (C) 2008 by Filipe Dutra
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.