Help for this page

Select Code to Download


  1. or download this
    #----- Hash parse section shown below ----------------------
    
       # Finally, we'll load the variables into an associative array 
    ...
       }
       print qq($name = $value <br><br>);
                  }
    
  2. or download this
    #-------------------------------------------------
    
    This is the web page output from above print qq statement plus other c
    +ode
    #-----------------------------------------------------------
    
  3. or download this
    name = me 
    
    ...
    
    Your GuestBook Entry has been Submitted!
    Your guestbook entry has been successfully added to the guestbook. You
    + may need to click reload to view your guestbook entry.
    
  4. or download this
    #-------------------------------------------------
    # attempt to write data out to a file here.
    ...
             # otherwise, just add their name 
          print GUESTBOOK "<I><B>From:</B> $form_data{'name'}</I><BR>\n"; 
          }