in reply to Search logs with crontab

Your substitution operates on the contents of the $_ variable, but then you never do anything with that (potentially) modified variable. Did you not show a complete code example? I expected to see a print somewhere.

Replies are listed 'Best First'.
Re^2: Search logs with crontab
by hmb104 (Sexton) on Nov 18, 2013 at 17:03 UTC

    I was missing the file handler to write to the file and I got it resolved. But now my script works only on old logs. I want to do something with my current log file that are running 24/7.

    I want not to search from the top of the file again if I already did 2 hours a go, any ideas?

Re^2: Search logs with crontab
by hmb104 (Sexton) on Nov 18, 2013 at 16:23 UTC

    That is my problem, I want to know how to replace the specified keyboard in that line I hold in my special variable?