|
MakeAShorterLink - Perl interface to makeashorterlink.com |
MakeAShorterLink - Perl interface to makeashorterlink.com
use MakeAShorterLink;
my $short_url = makeashorterlink($long_url);
A Perl interface to the web site makeashorterlink.com (MASL to its friends). MASL simply maintains a database of long URLs, each of which has a unique identifier.
MakeAShorterLink.pm will call the MASL web site passing it your long URL and will return the shorter MASL version.
If anything goes wrong, then the makeashorterlink function will
return undef.
makeashorterlink
Dave Cross <dave@dave.org.uk> (with help from Alex Page <grimoire@corinne.cpio.org>)
the perl manpage, http://makeashorterlink.com/
|
MakeAShorterLink - Perl interface to makeashorterlink.com |