"Mr. Horace Franklin Jr." wrote: > When I used the script. guestbook.cgi, I received the following errors.What is wrong > with the syntax/code and what is an explicit pacakage?The file guestbook.cgi is > attached.Software error: > syntax error at guestbook.cgi line 109, near "h3>" > (Might be a runaway multi-line "" string starting on line 106) > Global symbol "$name" requires explicit package name at guestbook.cgi line 109. >
What is happening on line 109? W#hat is happening on line 106 that leads the interpreter top give you this error. Search for "Programmer's File Editor" on google or Yahoo. This allows you to display line numbers with your code. I looked, and the problem is very simple. You should do the work here, though. Joseph