Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 9cf0958252feaa743861977f52f2a67f > files > 7

perl-Text-RecordParser-1.3.0-6.fc15.noarch.rpm

-   Some way to control files with a variable number of columns, e.g.

    foo,bar,baz,quux
    flim,flam,flom

If I want the above parsed into just three fields, would I want:

    foo,bar,[baz,quux]
    flim,flam,[flom]

Or just:

    foo,bar,baz
    flim,flam,flom

How would I specify this in the API?