Help for this page

Select Code to Download


  1. or download this
      print { $csv_files{$table} } join( ',', @{ $data{$table} } ) . "\n";
    
  2. or download this
      $csv_obj->print ( $csv_files{$table}, $data{$table} );