Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: Re: Re: Re: Zero Padding to the Right of the Decimal

by revdiablo (Prior)
on Jan 15, 2004 at 21:54 UTC ( [id://321682]=note: print w/replies, xml ) Need Help??


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;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://321682]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-24 08:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found