<?xml version="1.0" encoding="windows-1252"?>
<node id="1003923" title="Re^2: OOP: How to construct multiple instances of a class at once" created="2012-11-14 22:03:25" updated="2012-11-14 22:03:25">
<type id="11">
note</type>
<author id="421114">
Tanktalus</author>
<data>
<field name="doctext">
&lt;p&gt;Scrubbing for Bobby Tables issues?  No, the SQL needs to be written for those issues.
&lt;c&gt;
my $sql = 'SELECT user_id, user_name FROM users WHERE user_id IN (' . join(',', ('?') x @ids) . ')';
#...
$sth-&gt;execute(@ids);
&lt;/c&gt;
Especially since perl makes this so trivially easy, as compared to, say, C.&lt;/p&gt;</field>
<field name="root_node">
1003841</field>
<field name="parent_node">
1003899</field>
</data>
</node>
