Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    sub pretty {
        return shift =~ s/\d \K (?= (?: \d{3} )+ \b )/_/xgr;
    }
    
  2. or download this
    start: 0, end: 9, parts: 10
       0 => 0
    ...
       9 => 1_124_156_267.35
      10 => 1_124_246_357.5