Help for this page

Select Code to Download


  1. or download this
    sub get_bin {
       # Determine the name of the bin to put the value into
    ...
       my $bin_max = $bin_min + 10;
       return "$bin_min-$bin_max";
    }
    
  2. or download this
    sub get_bin {
       # Determine the name of the bin to put the value into
    ...
       my $bin_max = $bin_min + 10;
       return "$bin_min-$bin_max";
    }