in reply to Re^9: Weird error log message
in thread Weird error log message

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^11: Weird error log message
by ikegami (Patriarch) on Jun 10, 2009 at 15:10 UTC
    It seems that your script isn't getting executed as a Perl script (assuming the script you show is the one being executed) or isn't getting executed as a CGI script. I have no idea why.
      Is there a way to verify how the script runs -under what condiotions? maybe rename the extension to .cgi? Would that help? Is there really anything i could do to make it work?
        Yes, examine your webserver configuration and logs, and consult your webservers manual.