http://qs321.pair.com?node_id=321682


in reply to Re: Re: Re: Re: Zero Padding to the Right of the Decimal
in thread Zero Padding to the Right of the Decimal

This thread is probably already too deep for anyone to care, but if I were doing this, I would do so thusly:

    printf "%3.2f\n", $_/100 for 0 .. 100*100;