in reply to Re: getting the highest value in a simpler way
in thread getting the highest value in a simpler way

...which is same as $max = $x <= $y ? $y : $x; and w/o dereferencing. (No, i did not benchmark.)