in reply to problem or bug?
if ($month == 7) { $monthStamp = "July"; print "$monthStamp"; } [download]
This should work regardless of whether $month contains a number 7 or a string "07".
Guy