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

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

Given a very long $url, make it shorter using 0rz.tw url shorten service.
Given a shorted $url, turn it to back to its longer version.

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.