SMS Send Script Example: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons 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.

25 February 2015

  • curprev 00:1000:10, 25 February 2015 Dcunningham 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..."