Help for this page
foreach my $rows (@$data) { my %GenericData; ... ################## # which is returned to the calling function as $data #
makeJSONToExport($data); ... # my $json = encode_json($hashref, ); return $json; }