CPAN::API</a> to abstract</p> <pre class="brush: perl">my $ua = LWP::UserAgent; my $me = decode_json( $ua->get( 'https://api.metacpan.org/author/YANICK' )->content; </pre> <p>into</p> <