in reply to Re^3: Finding the max()/min()in thread Finding the max()/min()
use List::Util qw[min max]; $m = max(1,2); [download]