Help for this page

Select Code to Download


  1. or download this
    
    $data = readRaw(table name);
    ...
    
         return \@rawRecords;
    }
    
  2. or download this
    sub makeJSONToExport {
        my ($arrayref) = @_;
    ...
        my $json = encode_json($arrayref, $typehint_raws);
        return $json;
    }