Help for this page

Select Code to Download


  1. or download this
    cprintf "There are at least %'d ways to do it!\n", 42e6;
    
  2. or download this
    printf "There are at least @{[commify('%d')]} ways to do it!\n", 42e6;
    
  3. or download this
    sub commify {
        local $_  = shift;
    ...
    <    -1000000>
    <   +1,234.50>
    There are at least 42,000,000 ways to do it!