Help for this page
if ($num =~ /1-9/)
if ($num =~ /^[1-9]+$/)
if ($num >= $minimum and $num <= $maximum and int($num) == $num) { ... + }