The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

TITLE

WWW::Shorten::iiipe

DESCRIPTION

This module provides interface for the URL shortening service http://iii.pe

SYNOPSIS

my $short_url = makeashorterlink( $long_url );

SUBROUTINES

makeashorterlink( $url, %args )

Takes a required $url and optional arguments and returns a shortened url. The single optional argument available is ttl, specifying the shortened link' time-to-live value in seconds. The default is 86400.

SEE ALSO

WWW::Shorten

http:/iii.pe

AUTHOR

Stefan G. - minimal at cpan dot org

LICENCE

Perl