Log-In  +1.248.286.2800

Perl SMS SDK


Version: 2.8.0
Released: 10/17/2007

The Perl SMS SDK provides easy, high-level control of the OpenMarket Exchange wireless text-messaging platform. The Perl SMS SDK was designed to be as developer-friendly as possible by hiding the intricacies of the XML format required to communicate with the OpenMarket Exchange WMP (Wireless Message Protocol) servers. The Perl SMS SDK makes it possible to send an SMS message with as little as two lines of code.





The OpenMarket SMS Perl Client is written in pure Perl and requires Perl 5.002 or above on Unix, Linux, or Windows systems in order to run. There are a number of ways for you to obtain this client. You can either download the necessary modules here, or from CPAN or Active State. Net::SMS.pm is registered with CPAN and is also supported by their install standards.

Download

Product Version Released Size
All Platforms
2.8.0 10/17/2007 177 KB

Examples

Quick Start for Perl:

#!/usr/bin/perl

use Net::SMS;

# Create SMS Object
my $sms = Net::SMS->new();

# Set Message Properties
$sms->msgPin("+11005101234");
$sms->msgFrom("Demo");
$sms->msgCallback("+11005551212");
$sms->msgText("Hello World From OpenMarket!");

# Send Message
$sms->msgSend();

Sign up for OpenMarket Newsletter

Register Now