WWW::Shorten::Metamark - Perl interface to metamark.net


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

Index


NAME

Top

WWW::Shorten::Metamark - Perl interface to metamark.net

SYNOPSIS

Top

  use WWW::Shorten::Metamark;

  use WWW::Shorten 'Metamark';

  $short_url = makeashorterlink($long_url);

  $long_url  = makealongerlink($short_url);

DESCRIPTION

Top

A Perl interface to the web site metamark.net. Metamark 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

Iain Truskett <spoon@cpan.org>

Based on WWW::MakeAShorterLink by Dave Cross <dave@dave.org.uk>

SEE ALSO

Top

WWW::Shorten, perl, http://metamark.net/


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