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.08

  • added 'key_case' option in-place of 'force_lower', currently supports 'lower', 'upper' and default
  • added t/key_case.t for new 'key_case' option
  • 'force_lower' option was removed from docs and is now an alias for key_case => 'lower'
  • added 'simple_reads' option to control whether line reads return tied data structures or not
  • the 'stringify' option now sets 'simple_reads' to the appropriate value
  • testcover: 88.8%

Modules

easy access to CSV files
Support class for Tie::Handle::CSV
Support class for Tie::Handle::CSV