<?xml version="1.0" encoding="windows-1252"?>
<node id="1014936" title="Re: Code won't proceed after input." created="2013-01-23 10:51:33" updated="2013-01-23 10:51:33">
<type id="11">
note</type>
<author id="622051">
toolic</author>
<data>
<field name="doctext">
Your while loop is an infinite loop because you never increment the $counter variable inside the loop.


&lt;p&gt;See also [Basic debugging checklist]


&lt;p&gt;UPDATE:
&lt;blockquote&gt;&lt;i&gt;
I would appreciate ALL the help you have.
&lt;/i&gt;&lt;/blockquote&gt;

You can use [doc://qw] to cut down on some typing:

&lt;c&gt;
my @AAMatrix = qw( A C D E F G H I K L M N P Q R S T V W Y );
&lt;/c&gt;

&lt;p&gt;You can use [doc://map] and [doc://perlop#Range-Operators] to cut down on some more typing:
&lt;c&gt;
my @AAOcc    = map { 0 } 1 .. 20;
&lt;/c&gt;</field>
<field name="root_node">
1014935</field>
<field name="parent_node">
1014935</field>
</data>
</node>
