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

  • fixed bug that occured in Perl <= 5.6.1 the predefined file type constants are created in a loop with eval statements seems that Perl <= 5.6.1 needs help to find out that the so exported, but dynamic created statements aren't barewords I enclosed the (dynamic) constant creation with a BEGIN { ... } block.

Modules

ties a csv-file to an array of arrays

Provides

in CSV_File.pm