The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

WWW::Expand::More

LICENSE

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.