Help for this page
sub cmp_by { use Scalar::Util 'looks_like_number'; my $result = 0; ... } return $result; }