Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: front-pad a number with zero's

by japhy (Canon)
on Oct 30, 2001 at 23:27 UTC ( [id://122168]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $string = ('0' x ($wanted - $current)) . $string;
    
  2. or download this
    sprintf "%0${len}d", $number;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (2)
As of 2024-04-16 21:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found