Help for this page

Select Code to Download


  1. or download this
    use Number::Format qw(:subs);
    print format_number(123456.789); # prints 123,456.79
    
  2. or download this
    use Number::Format qw(:subs);
    print format_number(123456, 2, 1); # print 123456 with two decimals, f
    +ill with 0s