<?xml version="1.0" encoding="windows-1252"?>
<node id="369045" title="Re^2: A PerlQt Calculator" created="2004-06-23 10:34:52" updated="2005-07-01 16:52:43">
<type id="11">
note</type>
<author id="114324">
thunders</author>
<data>
<field name="doctext">
&lt;p&gt;Oops, good catch.  That was my mistake.  The display was filtering out results with only one digit.

&lt;P&gt;changing the filter fixes that.
&lt;code&gt;

$result =~ /^-?\d+\.?\d+$/ 

to

$result =~ /^-?\d+\.?\d*?$/

&lt;/code&gt;</field>
<field name="root_node">
368763</field>
<field name="parent_node">
368954</field>
</data>
</node>
