Perl SMS SDK


ActiveX SMS SDK
Java SMS SDK
Perl SMS SDK
PHP SMS SDK
Shared Object SMS SDK



Home / Developers / SMS Software Development Kit / Perl SMS SDK /
The Perl SMS SDK is a complete Perl module for sending SMS messages via the Simplewire wireless text-messaging platform.

Version: 2.8.0
Released: 3/5/2007

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

The Simplewire SMS Perl Client is written in pure perl and requires Perl 5.002 or above on Unix, Linux, or Windows systems to run. There are a number of ways for you to be able to retrieve 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 3/5/2007 281 KB
Examples

Quick Start

#!/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 Simplewire!");

# Send Message
$sms->msgSend();

   

More Information
Buy It!
Try It!
Product Sheet
Manual
Features & Benefits
Related Items
Search
Example Code
Technical Articles
White Papers
Quick Reference
Network Coverage
Error Codes
Test Phone Numbers
Country Dialing Codes
Top 5 Questions
1.  What is a Developer Subscriber ID?
2.  How do I set a the MsgPin() property? How do I set a Pin?
3.  Can I send ringtones with the SMS Software Development Kit?
4.  How do I set the Carrier ID?
5.  I am receiving an error code. What does it mean?
View More
  Copyright © 1999-2005, Simplewire, Inc. Newsletter     News     Developer Program     Privacy      Site Map