The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Modules

read BSV data from a file and then turn the data into an array of field names plus one hash encapsulating each record.
read BSV data from a list of strings containing the rows (without end-of-line characters), including the header row, and then turn the data into an array of field names plus one hash encapsulating each record.
generates BSV data from a list of field names and a list of references to hashes that encapsulate records. Provides a method for returning the BSV data as a reference to an array of strings, and a method for writing the BSV data to a file.
create an object that can be thrown using the Perl "die" function (which can accept a reference instead of a string) and caught using "eval", which stores the object in $EVAL_ERROR ($@).

Provides

in lib/Text/BSV/BsvParsing.pm

Other files