<?xml version="1.0" encoding="windows-1252"?>
<node id="225207" title="Re: Re: Re: dynamically initializing variables with perl" created="2003-01-08 02:03:44" updated="2005-06-04 13:57:36">
<type id="11">
note</type>
<author id="61798">
busunsl</author>
<data>
<field name="doctext">
Try the following map (untested):
&lt;code&gt;
my @C = map { param("C$_") || 'OFF' } 0..$msgcount - 1;
&lt;/code&gt;
It should give something like:
&lt;code&gt;
$C[0] = "ON";
$C[1] = "OFF";
$C[2] = "ON";
&lt;/code&gt;</field>
<field name="root_node">
224880</field>
<field name="parent_node">
225192</field>
</data>
</node>
