Help for this page

Select Code to Download


  1. or download this
    use JSON::XS 'encode_json', 'decode_json';
    
    ...
        binmode $fh;
        print $fh json_encode(\%results);
    };