Help for this page
use JSON::XS 'encode_json', 'decode_json'; ... binmode $fh; print $fh json_encode(\%results); };