hi,I have written a module for parsing CSV on the command line, similar to autosplit. Like this:
$ perl -MMyModule -ne '@f # holds field values' < some.csv At the moment I have no real clue which namespace this could fit into.Obviously, because it is meant for quick extraction of data via one-liners, the namespace should preferrably be pretty short.
Any hints or suggestions appreciated! Karlheinz Zoechling
