Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Can I pad a number with leading spaces rather than leading 0's

by TheoPetersen (Priest)
on Aug 20, 2001 at 23:10 UTC ( [id://106318]=note: print w/replies, xml ) Need Help??


in reply to Can I pad a number with leading spaces rather than leading 0's

Keep reading about perlfunc:sprintf. It seems you want a format like so:
sprintf("\$%6.2f\n",$price);
  • Comment on Re: Can I pad a number with leading spaces rather than leading 0's
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-25 17:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found