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.1.1 - 2016-10-08

  • Fixes a bug where double-quote escape character was not detected, leading to an error during CSV read.
  • Adds lock_keys to returned hash refs (for record values), so that one cannot read a non existing field. Don't lock keys if croak_if_error is set to 0.
  • All CSV input files under Windows are now using CRLF (issue with 5.12.2 that would not read correctly Unix line break inputs).

Modules

helper module to automate the use of Text::CSV