in reply to Re^2: log parser
in thread log parser

maybe, for me, the word "search" means something else. let me put it this way:

:) My turn

input_record_separator separates "records" , like by default it does "lines" , you can't use it to parse logs, you can't use it to search

For searching you need index/rindex/Regular expressions

Replies are listed 'Best First'.
Re^4: log parser
by alex_fatu (Novice) on Jun 17, 2013 at 08:48 UTC
    thank you for your ans.
    i'll read the perl intro and try to use regexp/index.

    Alex