|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Re^3: OOP: How to construct multiple instances of a class at onceby runrig (Abbot) |
| on Nov 15, 2012 at 16:18 UTC ( #1004035=note: print w/ replies, xml ) | Need Help?? |
|
If the ids were strings, I might use map $dbh->quote($_), @ids, but since they're probably integers, validating that they're /^\d+$/ is probably good enough. Either is also easy.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||