Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: sprintf formatting doubt

by matija (Priest)
on Feb 11, 2005 at 08:10 UTC ( [id://430014]=note: print w/replies, xml ) Need Help??


in reply to sprintf formatting doubt

You could just use the standard printf sintax, and write sprintf "%0*d",$dig,$inc; Here is an example:
perl -e '$a=150; $b=6; print sprintf "%0*d\n",$b,$a;' 000150

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-03-29 11:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found