Help for this page

Select Code to Download


  1. or download this
    # ensure all fatals go to browser during debugging and setup
    # *don't* uncomment these lines on production code for security
    ...
    print "Content-type: text/html\n\n";
    use CGI::Carp('fatalsToBrowser');
    }
    
  2. or download this
    /^<(?:[Tt][Rr])...../
    
    # it would be much easier to read if you had
    /^<(?:TR).........../i
    
  3. or download this
    (<.*)?