{ print "Please fill in a message.\n"; }} # ^^ # Error is here #### { print "Please fill in your name.\n"; } } # Move one of the two curlies all the way down here
## { print "Please fill in your name.\n"; } } # Move one of the two curlies all the way down here