[Dbix-class] SELECT from $schema1, INSERT into $schema2 ?
Chisel Wright
chisel at herlpacker.co.uk
Mon Feb 25 09:19:49 GMT 2008
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;
--
Chisel Wright
e: chisel at herlpacker.co.uk
w: http://www.herlpacker.co.uk/
I may be a pretty sad person, but I don't make jokes in base 13.
More information about the DBIx-Class
mailing list