Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Left padding a number with zeros: PerlFaq method didn't work for me.

by esskar (Deacon)
on Jan 17, 2006 at 03:33 UTC ( [id://523654]=note: print w/replies, xml ) Need Help??


in reply to Left padding a number with zeros: PerlFaq method didn't work for me.

my $len = 10; print "1: [", sprintf("%${len}s", "*"), "]\n"; print "2: [", sprintf("%*s", $len, "*"), "]\n";
i get what i the say
  • Comment on Re: Left padding a number with zeros: PerlFaq method didn't work for me.
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-04-24 09:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found