NAME
WWW::Shorten::Smallr - Perl interface to Smallr.com
SYNOPSIS
use WWW::Shorten::Smallr;
use WWW::Shorten 'Smallr';
my $short_url = makeashorterlink($long_url);
DESCRIPTION
A Perl interface to the web site Smallr.com. Smallr maintains a database of long URLs, each of which has a unique identifier.
Functions
makeashorterlink
The function makeashorterlink
will call the Smallr.com web site, pass it your long URL, and return the shortened version.
EXPORT
makeashorterlink
SUPPORT, LICENCE, THANKS and SUCH
See the main WWW::Shorten docs.
AUTHOR
Dean Wilson <dean.wilson@gmail.com>