Ok so I ran the install.bat file and everything installed ok to a directory inside my cgi-bin. I followed the permissions instructions but I would always get that confounded 500 error. When I run perl calendar.pl at the command line for the server I get the following error:
<B>ERROR:</B><BR>Your server does not provide the PATH_TRANSLATED or SCRIPT_FILENAME environment variables.<br><br>Please seet he installation documentation for how to set the $BASE_DIR variable manually.
I pico'd the files and uncommented that $BASE_DIR line and put in the path to my calendarscript dir (I also tried putting the path to the parent dir where the two pl files are stored) and when I go to run perl calendar.pl now I actually see the contents of the script outputted to the cmd line. I also still get the 500 error.
I really don't have a clue what I'm doing wrong here...I've tried uploading the files manually and I'm pretty positive all my permissions are set correctly. And my server has no limitations on 777 permissions or anything like that.
Any ideas?