Acme-URL
view release on metacpan or search on metacpan
examples/simple.pl view on Meta::CPAN
#!/usr/bin/env perl
use strict;
use warnings;
use 5.010;
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://twitter.com/statuses/show/6592721580.json )->{text};
( run in 0.700 second using v1.01-cache-2.11-cpan-483215c6ad5 )