* Miguel Pignatelli <[EMAIL PROTECTED]> [2008-01-03 10:20]:
> Maybe "Tie::File::Formats" or "Tie::File::DataFormat" could be
> a better choice.

The key idea is that you get a more complex data structure from a
line than just a string.

    Tie::File::Record
    Tie::File::Parsed

> 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".

    Tie::File::Record::CSV::Grouped

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Reply via email to