Revision history of "SMS Send Script Example"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 00:10, 25 February 2015Dcunningham (talk | contribs). . (1,399 bytes) (+1,399). . (Created page with "<code><pre> #!/usr/bin/perl -w use strict; use LWP::UserAgent; use POSIX qw( mktime strftime ); use URI::Escape; use utf8; our $account = 'replaceme'; our $password = 'replac...")