#!/usr/bin/perl
# url of script
$cgiurl = "http://localhost/cgi-bin/guestbook.pl";
# administration password
$admin_pass = "123";
# base url to all guestbook files without trailing "/"
$bookurl = "http://localhost/book";
# base directory to all guestbook files from the server root without trailing "/"
$base_dir = "/home/usr/you/book";
What do I have to change that it works ?
I'm not that firm with .pl Scripts 1000 thanks, Nicole