Help for this page

Select Code to Download


  1. or download this
    my %json_hash = however_you_got_it();
    
    my %new_hash = map { $_->{'certname'} => $_  } values %{ $json_hash{'r
    +esults'} };