I have to parse the isql logs from sybase. Are there any tools available from Perl? I can use regular expressions but that may not be the most appropriate. It is a fix columns, rather than tab separated fields. Also the field names are defined in first line and field width are define in 2nd line with '-'. Starting from 3rd line are all the values.
So it is like