<?xml version="1.0" encoding="windows-1252"?>
<node id="1007820" title="Re^2: Passing a reference from a subroutine." created="2012-12-07 15:26:01" updated="2012-12-07 15:26:01">
<type id="11">
note</type>
<author id="961">
Anonymous Monk</author>
<data>
<field name="doctext">
Like this?&lt;br&gt;

&lt;code&gt;
...
my @temp_array;
push @temp_array, $one_num, $$account_num, $name, $new_name, $plano, $passdate, $todays_date, $descont, $firm, $value, $thetotal, $commited;

push @{ $AoA[$c] }, @temp_array;
}

return @AoA;
}
&lt;/code&gt;</field>
<field name="root_node">
1007775</field>
<field name="parent_node">
1007814</field>
<field name="reputation">
2</field>
</data>
</node>
