odysee7 has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks, Hope you can help. I am new to learning perl and need some assistance in writing a perl script that covers several things. 1. I need a perl script that will examine different log files. 2. Seach each log file for exceptions of all kinds. 3. count the number of particulary exceptions in each log file. Particulary if that exception occurrs more than once in a log file then it counts that exception if it is the same exception. 4. provide an html summary via web browser for the following: path of exception(Where the exception occurred), the name of each exception(Null Pointer Exception) DBException etc. and the count number of times each exception occurred. You can email me at: mryneer@everstream.com Thanks