I have to write a perl script for class. I had to learn Perl on my own, so I'm just getting into it. I have a book that goes through on how to complete a GuestBook for a website. The final assignment is going to be a Wedding Registry, but I figure if I can get the GuestBook completed, I can modify it with no problems.
Perl works correctly on my host, so I know there isn't an issue with that. I just can't figure out why I've copied everything from the book, yet it doesn't work.
The current script is located at
http://www.lanceselgo.com/book.html Currently all it does is show the form, and you can submit it. (Supposedly) I don't have the viewing of the guestbook done yet because I haven't been able to get around this first problem.
The code can be downloaded at:
http://www.lanceselgo.com/guestbook_ls.zip
I didn't know if it would be easier to download it, or make this post really big.
I have chmod'd the script to 755, and that's about all I can say. I don't have a clue what to try next. Thanks in advance.
Lance