if ($month eq 07 || 7) { $monthStamp = "July"; print "$monthStamp"; } if ($month eq 08 || 8) { $monthStamp = "August"; print "$monthStamp"; }