in reply to Re^2: How to parse the logs in a generic manner
in thread How to parse the logs in a generic manner

Ask yourself what steps are required to achieve your goal. Write them down. Work through them in order using example data to ensure your method works. If you find problems alter your steps to cater for them. Once it works on paper implement your solution in perl.

  • Comment on Re^3: How to parse the logs in a generic manner