Parsing CSV files is nasty. It seems so simple, but it usually isn't. Thankfully Text::CSV_XS takes care of most of that nastiness for us. Like many modules which have to deal with all manner of nastiness and edge cases, however, it can be clumsy to work with in the simple case. Thus this module. We simply provide a little wrapper around Text::CSV_XS to streamline the common case scenario. (Or at least my common case scenario; feel free to write your own wrapper if this one doesn't do what you want). WWW: https://metacpan.org/release/Text-CSV-Simple
aboutsummaryrefslogtreecommitdiffstats
path: root/games/biorythm
Commit message (Expand)AuthorAgeFilesLines
* - Add stage supportdanilo2013-10-301-11/+9
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* Fix typos in COMMENTcs2012-07-291-1/+1
* Update to 1.1.4cs2011-11-212-5/+5
* -remove MD5ohauer2011-07-03