WWW::Shorten::Debli(3pm) | User Contributed Perl Documentation | WWW::Shorten::Debli(3pm) |
WWW::Shorten::Debli - Perl interface to deb.li
use WWW::Shorten 'Debli'; $short_url = makeashorterlink($long_url); $long_url = makealongerlink($short_url);
A Perl interface to the web site <https://deb.li>. Deb.li provides a URL shortening service primarily for Debian contributors.
If anything goes wrong, then either function will return "undef".
makeashorterlink, makealongerlink
Copyright (C) 2012 Damyan Ivanov dmn@debian.org
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
WWW::Shorten, <https://deb.li/>
2020-11-03 | perl v5.30.3 |