Group
Extension

Matches 1

Acme-URL ( D/DR/DRAEGTUN/Acme-URL-0.01.tar.gz, DRAEGTUN, 2009; MetaCPAN )
Acme-URL/lib/Acme/URL.pm ( view source; MetaCPAN )
:Perl;
    use JSON qw(decode_json);
    use Acme::URL;

    # print the json
    say http://twitter.com/statuses/show/6592721580.json;

    # => "He nose the truth."
    say decode_json( http://twitt
er.com/statuses/show/6592721580.json )->{text};


=head1 DESCRIPTION

See L<http://transfixedbutnotdead.com/2009/12/16/url-develdeclare-and-no-strings-attached/>

NB. This module is just a play thing 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.