Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Making money look nice

by reclaw (Curate)
on Apr 12, 2003 at 22:04 UTC ( [id://250088]=note: print w/replies, xml ) Need Help??


in reply to Making money look nice

use Number::Format; my $nf = new Number::Format(); my $money = $nf->format_number(195000);
also handy when dealing with user input
$money = $nf->unformat_number($money);
Your milage my very.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-20 02:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found