![]() |
|
No such thing as a small change | |
PerlMonks |
Re: Re: Re: Re: Re: Zero Padding to the Right of the Decimalby revdiablo (Prior) |
on Jan 15, 2004 at 21:54 UTC ( #321682=note: print w/replies, xml ) | Need Help?? |
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;
In Section
Seekers of Perl Wisdom
|
|