Hi all,
I have written a Perl module that hacks Tie::File to allow it to use
more complex records than lines. A full description of the module and
its rationale can be found at:
http://www.perlmonks.org/?node_id=656142
Originally I called this module "Tie::File::AnyData" but some comments
pointed me out that this name could be confusing because there is
already a module at CPAN called "AnyData".
Maybe "Tie::File::Formats" or "Tie::File::DataFormat" could be a better
choice.
Also, "Tie::File::AnyData::CSV" is a module that subclasses
"Tie::File::AnyData". It allows to group multiple CSV lines into 1
record based on a given field. I am looking for a proper name for this
module too, maybe "Tie::File::Formats::MultilineCSV".
Any help on deciding the best names for these modules would be highly
appreciated,
Thanks in advance, and have a great 2008 year!
M;