Open your PC word processor (or Emacs if you like) and copy this line to the top of a new file.
First::Last::Address::City::State::Postal::Phone::E-mail::list::Comments
Press Return just once at the end of the line, then save it as
guestbook.log
Use your FTP program to upload guestbook.log to the perltour folder on the server.
From a Unix prompt, type chmod a+rw guestbook.log and press
[ENTER].
The log file does not need to be executable, but we do need for
the CGI programs to be able to read and write to it, so we are granting rw
priviliges.