in reply to Parsing log files...

If you have a database model to store the information from the various logfiles in, then populating it wouldn't be too hard.

If not, you should first think about how to store the information in the database and create a database in MySQL. After that, DBI is your friend.

Arjen