WWW::Shorten::URLchen - Perl interface to URLchen.de


WWW-Shorten-URLchen documentation  | view source Contained in the WWW-Shorten-URLchen distribution.

Index


NAME

Top

WWW::Shorten::URLchen - Perl interface to URLchen.de

SYNOPSIS

Top

  use WWW::Shorten 'URLchen';

  $short_url = makeashorterlink($long_url);
  $long_url  = makealongerlink($short_url);

DESCRIPTION

Top

A Perl interface to the web site urlchen.de. URLchen simply maintains a database of long URLs, each of which has a unique identifier.

Functions

Top

EXPORT

makeashorterlink, makealongerlink

SUPPORT, LICENCE, THANKS and SUCH

Top

See the main WWW::Shorten docs.

AUTHOR

Top

Danijel Tasov <data@cpan.org>

SEE ALSO

Top

WWW::Shorten, perl, http://urlchen.de/


WWW-Shorten-URLchen documentation  | view source Contained in the WWW-Shorten-URLchen distribution.