e: use PerlX::QuoteOperator::URL 'qh'; use JSON qw(decode_json); say decode_json( qh{ http://twitter.com/statuses/show/6592721580.json } )->{text}; # => "He nose the truth." =