in reply to Re^2: My, subroutines, scope, and CGI – Why can I see a private (my) variable in a subroutine but it doesn’t get updated?
in thread My, subroutines, scope, and CGI – Why can I see a private (my) variable in a subroutine but it doesn’t get updated?

Should be in the error log, yes :-) Where the log is is dependent on your apache configuration.

Where your apache configuration is, is dependent on your apache startup scripts/system configuration. On my system (debian) it's in /etc/apache/httpd.conf. Look for the "ErrorLog" line. On my system the error log is in /var/log/apache/error.log

  • Comment on Re^3: My, subroutines, scope, and CGI – Why can I see a private (my) variable in a subroutine but it doesn’t get updated?