NAME
WWW::Shorten::Durl - Perl interface to durl.me
SYNOPSIS
use WWW::Shorten::Durl;
use WWW::Shorten 'Durl';
$short_url = makeashorterlink($long_url);
$long_url = makealongerlink($short_url);
$image_url = WWW::Shorten::Durl::get_image($short_url);
$image_url = WWW::Shorten::Durl::get_image($long_url);
DESCRIPTION
WWW::Shorten::Durl is a Perl interface to the web site durl.me, Durl maintains a database of long URLs, each of which has a unique identifier.
AUTHOR
JEEN Lee <aiatejin@gmail.com>
SEE ALSO
WWW::Shorten, http://durl.kr/doc/OpenAPI.html
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.