Skip to content

Instantly share code, notes, and snippets.

@kanji10
kanji10 / Fullonsms.pm
Created September 18, 2011 06:20 — forked from robinsmidsrod/Fullonsms.pm
API to Send SMS from FullonSMS.com
package Fullonsms;
use Moose;
use LWP::UserAgent;
use HTTP::Cookies;
use HTML::TagParser;
has 'username' => (
is => 'rw',