09/09/23 07:51:22 QwnUBQPa
apache1.3.34を使ってcgiを動かそうとしてるんですけど500エラーになって動作しません。
perl -wc up.cgiをすると
Parentheses missing around "local" list at up.cgi line 219.
Useless use of private variable in void context at up.cgi line 341.
Useless use of private variable in void context at up.cgi line 341.
Useless use of private variable in void context at up.cgi line 341.
Useless use of a variable in void context at up.cgi line 219.
Parentheses missing around "local" list at up.cgi line 881.
Useless use of a variable in void context at up.cgi line 881.
/<br>/ should probably be written as "<br>" at up.cgi line 1284.
"my" variable $dmy masks earlier declaration in same statement at up.cgi line 1325.
Name "main::msg" used only once: possible typo at up.cgi line 1127.
Name "main::admin" used only once: possible typo at up.cgi line 107.
Name "main::uploader" used only once: possible typo at up.cgi line 106.
Name "main::viewer" used only once: possible typo at up.cgi line 105.
Name "cgi_lib::maxdata" used only once: possible typo at up.cgi line 1381.
Name "main::file_list" used only once: possible typo at up.cgi line 220.
up.cgi syntax OK
と出ます。一応以下のページを参考にしてやってみたんですけど何か間違ってますか?
URLリンク(blogs.dion.ne.jp)
↑参考にしたページ
よろしくお願いします。