NAME
expand_url - to expand a shortened url
SYNOPSIS
$ expand_url URL [--all]
OPTIONS
--all
If you set --all
option, then you can get all redirect url list.
EXAMPLES
simple one.
$ expand_url http://bit.ly/1BPj30x
https://www.google.com/search?q=Perl
with all option
$ expand_url http://bit.ly/1BPj30x --all
http://bit.ly/1BPj30x
https://goo.gl/dXwzqw
https://www.google.com/search?q=Perl
AUTHOR
Dai Okabayashi <bayashi@cpan.org>
SEE ALSO
LICENSE
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.