WWW::Shorten

Interface to URL shortening sites
Download

WWW::Shorten Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dave Cross
  • Publisher web site:
  • http://search.cpan.org/~davecross/

WWW::Shorten Tags


WWW::Shorten Description

Interface to URL shortening sites WWW::Shorten is a Perl interface to URL shortening sites. These sites maintain databases of long URLs, each of which has a unique identifier.SYNOPSIS use WWW::Shorten 'Linkz'; use WWW::Shorten 'MakeAShorterLink'; use WWW::Shorten 'Metamark'; use WWW::Shorten 'NotLong'; use WWW::Shorten 'OneShortLink'; use WWW::Shorten 'Shorl'; use WWW::Shorten 'TinyClick'; use WWW::Shorten 'TinyLink'; use WWW::Shorten 'TinyURL'; # Individual modules have have their # own syntactic variations. # See the documentation for the particular # module you intend to use for details, trips # and traps. $short_url = makeashorterlink($long_url); $long_url = makealongerlink($short_url); # If you don't like the function names: use WWW::Shorten 'Metamark', ':short'; $short_url = short_link( $long_url ); $long_url = long_link( $short_url ); Requirements: · Perl


WWW::Shorten Related Software