Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: Is There A Better Way?

by simeon2000 (Monk)
on Aug 13, 2002 at 15:47 UTC ( [id://189831]=note: print w/replies, xml ) Need Help??


in reply to Re: Is There A Better Way?
in thread Is There A Better Way?

And since there's more than one way to do it...

$num = 12; print 0 x (11 - length($num)), $num;

Replies are listed 'Best First'.
Re: Re: Re: Is There A Better Way?
by rob_au (Abbot) on Aug 14, 2002 at 02:01 UTC
    And some more obfuscated ways listed in this thread - Including my own attempt at obscurity ...

    sub a{$_=int$_[0]*10**$_[1]+.5;s;(.{$_[1]})$;\.$1;;chop if substr($_,- +1)eq'.';return$_};
    ... Although I would not use it in production code myself :-)

     

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-18 22:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found