Help for this page
if (length($b)== 1 && $b >= 1 && $b <= 5) { print "\$b has to be a number and is either 1, 2, 3, 4, or 5."; }