Help for this page
use strict; use warnings; ... return defined $max ? $max : "No odd number found\n"; # this co +uld be replaced with if conditional statements if needed }