in reply to Re: dbix::class find() question
in thread dbix::class find() question
$rs = $schema->resultset('records') ->search({ id => { in => \@ids } }) ;
The syntax in your example is a definite improvement!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: dbix::class find() question
by Mr. Muskrat (Canon) on Jan 18, 2016 at 20:42 UTC | |
by Your Mother (Archbishop) on Jan 18, 2016 at 21:41 UTC | |
|
Re^3: dbix::class find() question
by Your Mother (Archbishop) on Jan 18, 2016 at 20:29 UTC |