The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Tie::Handle::CSV.

0.04  Thu Mar 25 2004
     - croak if open fails during instantiation
     - allow a 'sep_char' option as a short-cut to creating a Text::CSV_XS
       object with a given separator

0.03  Thu Mar 15 2004
     - changed default behavior to assume file has a header row
     - clarified docs regarding headers and arrays vs hashes

0.02  Thu Mar 11 2004
     - test fix for t/tell.t on win32

0.01  Thu Mar 04 2004
     - original version; created by h2xs 1.23 with options
        -AX -b 5.6.0 -n Tie::Handle::CSV