<?xml version="1.0" encoding="windows-1252"?>
<node id="362935" title="Re: print one row of array" created="2004-06-09 19:38:57" updated="2005-08-09 09:04:41">
<type id="11">
note</type>
<author id="114324">
thunders</author>
<data>
<field name="doctext">
I'm confused by your termonology, but if by "one row" you mean a single entry, you need to use the subscript.

&lt;CODE&gt;

my @array = ("red","yellow","blue","green");

print $array[0]; #prints red
print $array[1]; #prints yellow
#and so on
&lt;/CODE&gt;

see [perldata] for more info.</field>
<field name="root_node">
362931</field>
<field name="parent_node">
362931</field>
</data>
</node>
