<?xml version="1.0" encoding="windows-1252"?>
<node id="1021879" title="Re: Format values into a hash question" created="2013-03-05 12:47:12" updated="2013-03-05 12:47:12">
<type id="11">
note</type>
<author id="980564">
aitap</author>
<data>
<field name="doctext">
The comma (&lt;c&gt;,&lt;/c&gt;) constructs a list which is not what you want (as long as &lt;c&gt;$new_row&lt;/c&gt; is just a string scalar). Interpolate your variables inside your quoted string, as suggested above, or use the dot (&lt;c&gt;.&lt;/c&gt;) to join strings:
&lt;c&gt;push @query_output, "First:" . $row-&gt;{'NAME_ONE'} . " Last: " . $row-&gt;{'NAME_TWO'} . " CITY: " . $row-&gt;{'CITY'} . "ZIP:" . $row-&gt;{'ZIP'};&lt;/c&gt;
&lt;!-- Node text goes above. Div tags should contain sig only --&gt;
&lt;div class="pmsig"&gt;&lt;div class="pmsig-980564"&gt;
Sorry if my advice was wrong.
&lt;/div&gt;&lt;/div&gt;</field>
<field name="root_node">
1021869</field>
<field name="parent_node">
1021869</field>
</data>
</node>
