NAME Algorithm::URL::Shorten - URL shortening algorithm. VERSION Version 0.02 SYNOPSIS Algorithm::URL::Shorten generates short codes used to map and represent longer URLs. use Algorithm::URL::Shorten qw(shorten_url); my $shorts = shorten_url("http://perl.org", 6); foreach $code (@{$shorts}) { print $code, "\n"; } This code prints ijiPy SDnDf qfja5 Hzfn8 DESCRIPTION The codes generated with Algorit