print "The current date is @{[localtime()]}.\n"; print "The current date is ".localtime().".\n";