Help! I need help using %hashes to receive input from the form below.
What changes would I make to the syntax of the commented lines below to do this?. my $form = <<E_FORM; <h3>Hello!</h3> <form action="$url" method="post"> # <p><b>My name is</b>: <input type="text" name="name"/></p> # <p><b>My E-mail is</b>: <input type="text" name="email"/></p> <p><b>Message</b>:</p> # <p><textarea cols="30" rows="6" wrap="virtual" name="message"></p> <p>Type your message here. </textarea> <input type="submit"></p> </form> E_FORM $form; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]