palette has asked for the wisdom of the Perl Monks concerning the following question:
$self->{schema}->populate('Order', [ [ qw/description subcode creationdate/], [ $element->severity."-".$element->message , + $element->completionCode, $current_date ]]);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: getting last_insert_id
by bobf (Monsignor) on Mar 28, 2007 at 15:02 UTC |