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

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.

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

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

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

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/>