<?xml version="1.0" encoding="windows-1252"?>
<node id="125458" title="Re: Hash Keys (strings or numbers?)" created="2001-11-14 22:29:56" updated="2005-07-21 01:28:42">
<type id="11">
note</type>
<author id="46495">
petral</author>
<data>
<field name="doctext">
Leading zero's can turn octal on you:&lt;code&gt;
$ perl -lwe 'print shift() + 4' 012
16
$ perl -lwe 'print 012 + 4'
14
$ perl -lwe'print "012" + 4' 
16
$ &lt;/code&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp &lt;i&gt;p&lt;/i&gt;</field>
<field name="root_node">
125289</field>
<field name="parent_node">
125289</field>
</data>
</node>
