Help for this page

Select Code to Download


  1. or download this
    sub numfix
    {
    ...
        print( numfix( $_ ) );
        print( "\n" );
    }
    
  2. or download this
    1000 => 1,000.00
    1024 => 1,024.00
    4.3 => 4.30
    2.44 => 2.44
    1024.44 => 1,024.44