Help for this page

Select Code to Download


  1. or download this
         {
           print "<font color=red>Please fill in a message.</font>\n";
         }}
    #   ^^
    #   Error is here
    
  2. or download this
     {
        print "<font color=red>Please fill in your name.</font>\n";
     }
    }
    # Move one of the two curlies all the way down here