Intro to Apache - ApacheCon
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 : Intro to Apache - Slide #91 of 139