if ($foo) { print "the date is... $date \n
"; } #### if ($foo) { print "The date is...", $date, "\n
"; }