Changes for version 0.20
- fixed bug, rows with exactly one column containing an empty space wasn't handled right, because the written row in the file is was just empty and could not be distinguished from an empty row without any column now it is distinguished as a row with one column is written as "" (including with quotes)
- fixed bug if some csv options were 0 or another defined false value they confused some routines
- implemented STORESIZE and thus enabling splices (like shift, pop) from a csv file
- removed many bugs from the documentation
- implemented a better cleaning up of files used by the test scripts
Modules
ties a csv-file to an array of arrays
Provides
in CSV_File.pm