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.4 - 2016-10-11

  • Adds member functions reset_next_record_hr and get_next_record_hr, to walk through records of input without dealing with the uggly key list (obtained with get_keys()).
  • Have internal code rely on reset_next_record_hr and get_next_record_hr whenever possible, instead of the previously used get_keys.
  • Provides a filter subref to get_values member-function, cleaner than getting all values in an array and passing through a grep.
  • Fixes a mistake in the POD where \%attr was mentionned instead of %attr to create a Text::AutoCSV object.

Modules

helper module to automate the use of Text::CSV