Chisel Wright wrote:
On Mon, Feb 25, 2008 at 08:48:01AM +0000, Chisel Wright wrote:
$coldata_hashref = $record->MAGIC_FUNCTION();
.. in the meantime, this appears to do what I need:
map {
$data{$_} =
$result->get_column($_)
} $result->result_source->columns;
Won't get_columns() do the same job?
%data = $result->get_columns();
Matt
_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]