in reply to perl help sort
push @array, $x, $y, $z; @array = sort{$a <=> $b} @array; print "$array[0]\n"; [download]