Help for this page
if ($start_month == "04"||"06"||"09"||"11"){
if ($start_month eq "04" || $start_month eq "06" || $start_month eq "0 +9" || $start_month eq "11"){
if (grep {$start_month eq $_ } qw(04 06 09 11)) {