<?xml version="1.0" encoding="windows-1252"?>
<node id="321668" title="Re: Re: Re: Re: Zero Padding to the Right of the Decimal" created="2004-01-15 15:54:54" updated="2005-08-05 23:47:40">
<type id="11">
note</type>
<author id="24736">
boo_radley</author>
<data>
<field name="doctext">
you'll never exit the loop that way, because you never modify $i.&lt;br/&gt;
You could use +=, though : 
&lt;code&gt;
my $i=0;
while ($i &lt;=100){    
    printf("%3.2f\n",$i+=0.01);
}
&lt;/code&gt;</field>
<field name="root_node">
321592</field>
<field name="parent_node">
321665</field>
</data>
</node>
