in reply to How to parse the logs in a generic manner

Yes, we can help you with that.

Perl is the programming world's equivalent of English
  • Comment on Re: How to parse the logs in a generic manner

Replies are listed 'Best First'.
Re^2: How to parse the logs in a generic manner
by vasuperl (Acolyte) on Jan 02, 2015 at 09:08 UTC
    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

      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.