I have a web server and want to run BeholderBoard Virtual Chess-set
Perl Script on it for family. I have no idea how to execute the script
itself (board.pl).
I've tried calling it from within an HTML doc like I would any other
page but to no avail. How's this done on an Apache server? I placed
the script in the cgi-bin directory and followed all the instructions
in the readme.txt.
I'm compfortable with callng perl scripts for forms but never tried to
execute a game of other program per se.
Here's what I've done:
1. script is called board.pl and is in cgi-bin
2. permissions are correct for the script.
Mike Lenick