So you got me looking into C::G and yes, I'm too lazy to dig into the
docs. Anyways short question to which I found no obvious answer:
Can C::G syntax express just an array of arrays (used to populate data
tables via DBIC schema):
[
[ qw/artistid name/ ],
[ 1, 'Popular Band' ],
[ 2, 'Indie Band' ],
]
so that I can just throw it into $schema->populate($moniker, $data); ?
Kiki
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/