- or download this
#----- Hash parse section shown below ----------------------
# Finally, we'll load the variables into an associative array
...
}
print qq($name = $value <br><br>);
}
- or download this
#-------------------------------------------------
This is the web page output from above print qq statement plus other c
+ode
#-----------------------------------------------------------
- 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.
- 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";
}