Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    {
        print "$_ -> ", ceil( $_/$round_to ) * $round_to, "\n";
    }
    
  2. or download this
    78345 -> 78400
    5674 -> 5700