Help for this page

Select Code to Download


  1. or download this
    #
    # code preceded this....
    ...
       # Process log file entries here.
    }
    
  2. or download this
    use CGI;
    use CGI::Carp qw / fatalsToBrowser /; # not in production!
    ...
    }
    
    # more code follows.