<?xml version="1.0" encoding="windows-1252"?>
<node id="348033" title="Re3: Character class question" created="2004-04-25 17:56:06" updated="2005-06-04 06:54:07">
<type id="11">
note</type>
<author id="211693">
allolex</author>
<data>
<field name="doctext">
&lt;p&gt;
OK, now that we know what version you're running, go ahead and add these things at the top of your programs for the time being:
&lt;/p&gt;
&lt;code&gt;
use strict;        #  Helps to prevent a few common coding                 
                   #  "mistakes"

use warnings;      #  Turns on "lexically-scoped" warnings, 
                   #  a bit better than -w

use diagnostics;   #  Makes error messages more helpful
&lt;/code&gt;
&lt;p&gt;
If I had known about Diagnostics from the beginning, I would have saved myself so much work... ;)
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; Fixed improper capitalization as pointed out by the nice AM.&lt;/p&gt;
&lt;div class="pmsig"&gt;
&lt;div class="pmsig-211693"&gt;
&lt;p&gt;
--&lt;br /&gt;
Damon Allen Davison&lt;br /&gt;
&lt;a href="http://www.allolex.net"&gt;http://www.allolex.net&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;</field>
<field name="root_node">
348009</field>
<field name="parent_node">
348029</field>
</data>
</node>
