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

Then can u suggest me how to parse those logs in a generic manner so that the code should not be repititive in every .pl file. Thanks in advance
  • Comment on Re^2: How to parse the logs in a generic manner

Replies are listed 'Best First'.
Re^3: How to parse the logs in a generic manner
by marto (Cardinal) on Jan 02, 2015 at 09:26 UTC

    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.

Re^3: How to parse the logs in a generic manner
by Anonymous Monk on Jan 02, 2015 at 09:28 UTC