Dave Cross > WWW-Shorten-2.03 > WWW::Shorten::OneShortLink

Download:
WWW-Shorten-2.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  4
View Bugs
Report a bug
Module Version: 1.93   Source   Latest Release: WWW-Shorten-2.05

NAME ^

WWW::Shorten::OneShortLink - Perl interface to 1sl.net

SYNOPSIS ^

  use WWW::Shorten::OneShortLink;

  use WWW::Shorten 'OneShortLink';

  $short_url = makeashorterlink($long_url);

  $long_url  = makealongerlink($short_url);

DESCRIPTION ^

A Perl interface to the web site 1sl.net. OneShortLink simply maintains a database of long URLs, each of which has a unique identifier.

Functions ^

makeashorterlink

The function makeashorterlink will call the OneShortLink web site passing it your long URL and will return the shorter OneShortLink version.

makealongerlink

The function makealongerlink does the reverse. makealongerlink will accept as an argument either the full OneShortLink URL or just the OneShortLink identifier.

If anything goes wrong, then either function will return undef.

EXPORT

makeashorterlink, makealongerlink

SUPPORT, LICENCE, THANKS and SUCH ^

See the main WWW::Shorten docs.

AUTHOR ^

Maintained by Iain Truskett <spoon@cpan.org>

Original by P J Goodwin.

SEE ALSO ^

WWW::Shorten, perl, http://1sl.net/