ronaldb66
07-17-2002, 01:41 PM
Hi all,
forgive my ignorance, but i'm totally unfamiliar with Perl/CGI. A friend of mine asked me how he should incorporate a couple of guestbook scripts, being made avialable by his ISP, into his site.
In the manual, a couple of examples listed, among other things, this link to view the guestbook contents:
<A HREF="/cgi-bin/gb_view.pl/guestbook/examplegb">View Guestbook</A>
I suppose a script called "gb_view.pl" is expected to be present in a cgi-bin directory under the current root, but i can't figure out what looks to me like yet another sub-directory "guestbook" is doing there. The manual also said to create a file called "examplegb.gb" in the directory where the guestbook resides ("examplegb.data"), but which directory are they referring to?!!
Can someone please enlighten me on this matter? Thanks in advance!
forgive my ignorance, but i'm totally unfamiliar with Perl/CGI. A friend of mine asked me how he should incorporate a couple of guestbook scripts, being made avialable by his ISP, into his site.
In the manual, a couple of examples listed, among other things, this link to view the guestbook contents:
<A HREF="/cgi-bin/gb_view.pl/guestbook/examplegb">View Guestbook</A>
I suppose a script called "gb_view.pl" is expected to be present in a cgi-bin directory under the current root, but i can't figure out what looks to me like yet another sub-directory "guestbook" is doing there. The manual also said to create a file called "examplegb.gb" in the directory where the guestbook resides ("examplegb.data"), but which directory are they referring to?!!
Can someone please enlighten me on this matter? Thanks in advance!