<?xml version="1.0" encoding="windows-1252"?>
<node id="103605" title="Re: Why use strict/warnings?" created="2001-08-09 19:59:25" updated="2005-08-09 23:55:26">
<type id="11">
note</type>
<author id="95145">
FoxtrotUniform</author>
<data>
<field name="doctext">
&lt;p&gt;Just thought I'd throw in something else that I haven't seen posted yet: saying&lt;/p&gt;
&lt;code&gt;
use strict;
&lt;/code&gt;
&lt;p&gt;lets anyone else who reads your code know that you know what you're doing, which makes a difference when they read it.  (They can, for instance, assume that if they see an unqualified variable in a subroutine, it's local to that sub, and not some sort of magic state that affects other parts of the code.)  This makes your code easier to read, which makes everyone happier.&lt;/p&gt;</field>
<field name="root_node">
103559</field>
<field name="parent_node">
103559</field>
</data>
</node>
