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

Re: round up digits in numbers

by quester (Vicar)
on Dec 05, 2008 at 07:35 UTC ( [id://728209]=note: print w/replies, xml ) Need Help??


in reply to round up digits in numbers

You want the printf function.

For example:

#! /usr/bin/perl -w use strict; use diagnostics; my $n=42; printf "%05d\n", $n;
See sprintf for details of the first argument to printf.

Log In?
Username:
Password:

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

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

    No recent polls found