You need no changes at all to receive the input.  Getting the input however
into your program you need to understand CGI interface.  I suggest you 1)
Subscribe to [EMAIL PROTECTED] and 2) read up some tutorials on CGI

Jason


----- Original Message -----
From: "Horace Franklin Jr." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 25, 2003 4:30 PM
Subject: I need help using %Hashes


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]

Reply via email to