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 0.03 - 2010-08-18

  • dec for writing
  • removed delete support for R::Matrix
  • colnames() and rownames() setter now check if arguments are correct
  • col_names and row_names in write now support array references
  • fixed special characters in POD of append option
  • code cleanup
  • Unicode test requires Perl 5.8+
  • Bugfix: default dec of read_csv2 was q{.}, not q{,}
  • Bugfix: col_names option in write ignored

Modules

Text::CSV wrapper similar to R's read.table and write.table
Tied array with column and row names.