I installed and originally received the "Your server does not provide the PATH_TRANSLATED or SCRIPT_FILENAME environment variables" error.
Per instructions, I edited to include:
code:
$BASE_DIR = "/home/planetjk/www/calendarscript/";Now, running 'perl -wT calendar.cgi' results in
[CODE]perl -wT calendar.cgi
Unquoted string "false" may clash with future reserved word at /home/planetjk/www/cgi-bin/calendarscript/lib/SimpleDateFormat.pm line 187.
Unquoted string "false" may clash with future reserved word at /home/planetjk/www/cgi-bin/calendarscript/lib/SimpleDateFormat.pm line 190.
Unquoted string "false" may clash with future reserved word at /home/planetjk/www/cgi-bin/calendarscript/lib/SimpleDateFormat.pm line 194.
Name "main::now_yd" used only once: possible typo at calendar.cgi line 470.
Name "main::tmp_parsed_template" used only once: possible typo at calendar.cgi line 64.
Name "main::now_ss" used only once: possible typo at calendar.cgi line 470.
Name "main::now_mi" used only once: possible typo at calendar.cgi line 470.
Name "User::MSG_LOGGED_IN_SUCCESSFULLY" used only once: possible typo at calendar.cgi line 361.
Name "main::now_dst" used only once: possible typo at calendar.cgi line 470.
Name "main::now_wd" used only once: possible typo at calendar.cgi line 470.
Name "main::now_hh" used only once: possible typo at calendar.cgi line 470.
Name "Template::QUERY_STRING" used only once: possible typo at calendar.cgi line 346.
as well as about 300 other lines of errors (if someone REALLY wants the full output, let me know) and the browser returns a 500.
Any ideas? Yes, I have uploaded in ASCII, CHMOD'd correctly, and checked the path to Perl. Running debug.pl returns a 500 as well.