Intro to Apache - ApacheCon 2005
CGI: Handling errors
  • Send errors to STDERR so they end up in the error log

  • Perl: Use 'warn' to isolate problems, verify values of variables.

    
        warn "Value was $name.";
    
      

Index
Back to CGI advantages
Forward to CGI: Troubleshooting errors

ApacheCon 2005 : Intro to Apache - Slide #91 of 164