Help for this page

Select Code to Download


  1. or download this
    perl -e 'use Number::Format qw(format_number); print format_number(123
    +45678987654321)."\n";'
    
  2. or download this
    round() overflow. Try smaller precision or use Math::BigFloat at -e li
    +ne 1.
    
  3. or download this
    perl -e 'use Util::Number qw(commify); print commify(12345678987654321
    +)."\n";'
    
  4. or download this
    12,345,678,987,654,321
    
  5. or download this
    Argument "16725th" isn't numeric in numeric comparison (<=>) at /home/
    +me/perl5/lib/perl5/Number/Format.pm line 599.
    
  6. or download this
    Happy 16,725th unbirthday, Aleena! You have 32 days until your next bi
    +rthday on July 10, 2017.
    
  7. or download this
    package Util::Number;
    use strict;
    ...
    =cut
    
    1;
    
  8. or download this
    package Random::Month;
    use strict;
    ...
    =cut
    
    1;