Help for this page

Select Code to Download


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