- 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";
}
- 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";
}