The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Shorten::isgd - Perl interface to is.gd

SYNOPSIS

  use WWW::Shorten::isgd;
  use WWW::Shorten 'isgd';

  $short_url = makeashorterlink($long_url);

  $long_url  = makealongerlink($short_url);

DESCRIPTION

WWW::Shorten::isgd is one of the many WWW::Shorten subclasses that provide a Perl interface to a URL-shortening service. This module provides access to the free service hosted at is.gd.

EXPORTS

makeashorterlink(long_url)

Returns the shortened version of long_url or undef on failure.

makealongerlink(short_url)

Returns the full version of short_url or undef on failure.

SEE ALSO

AUTHOR

Brandon Gilmore <brandon@mg2.org>

COPYRIGHT AND LICENSE

Copyright (C) 2008 Brandon Gilmore

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.