The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.19 - 2001-02-24

  • A bug in fromSQL is fixed (caused by typo) This happens when user use the third argument (a reference to an array). The old package will show an error message in some cases.
  • Add $header option for csv and tsv, output header or not
  • Add the following instant methods fromSQLi fromCSVi fromTSVi so that these methods can be inherited.
  • Update new method, so that it can be used as an instant method as well.
  • Add method rowHashRef which returns a copy of a table row in hash reference.
  • Officially support TSV format via the following three methods Data::Table::fromTSV fromTSVi tsv Read "TSV FORMAT" section for details.

Modules

Data type related to database tables, spreadsheets, CSV/TSV files, HTML table displays, etc.