<?xml version="1.0" encoding="windows-1252"?>
<node id="996797" title="Re^2: new to perl, need some help" created="2012-10-02 00:28:45" updated="2012-10-02 00:28:45">
<type id="11">
note</type>
<author id="996793">
kingpin007</author>
<data>
<field name="doctext">
Ah okay, thank you so much for that! What a silly mistake  I didnt even realize that.  And yes, i had actually used grep/map in my code as well to get the same output

&lt;code&gt;
@number = qw(1 2 3 4 5 10 11 12 13 14);

@num = map ($_ *$_, (@number)), "\n";
@square = grep ($_ &gt;=100 &amp;&amp; $_ &lt;=200, @num);

print "Obtaining square values using map/grep: @square \n";

&lt;/code&gt;

I just wanted to learn how to do it through a foreach loop.  Thanks again for the quick response and help! :)</field>
<field name="root_node">
996795</field>
<field name="parent_node">
996796</field>
</data>
</node>
