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

NAME

WWW::Shorten::0rz - Shorten URL using 0rz.tw

DESCRIPTION

  use WWW::Shorten '0rz';
  my $short_url = makeashorterlink($longurl);

METHODS

makeashorterlink( $url )

Given a very long $url, make it shorter using 0rz.tw url shorten service.

makealongerlink( $url )

Given a shorted $url, turn it to back to its longer version.

COPYRIGHT

Copyright 2004-2009 by Kang-min Liu <gugod@gugod.org>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>