http://www.perlmonks.org?node_id=634404


in reply to Re^2: Plz help me to create a perl script to catch errors and exceptions
in thread Plz help me to create a perl script to catch errors and exceptions

Could you please put the example log lines inside <code></code> tags so we can see where the line breaks are? Also, could you please explain what you mean by "catch errors/exceptions"? As I tried to explain earlier, that phrase (to "catch" an exception) means something specific that has nothing to do with log file parsing. Do you want to parse the file, match against some pattern, and then...? Write just the matching lines in another file? Play a little "ping" sound? Send an email? Note: I won't write any of these for you, but I'm willing to help you on your way.

Update: notice how your posts are being downvoted? This is because you're being very unclear, not because you're new to perl or something like that. Be clear about what you're trying to achieve.

Replies are listed 'Best First'.
Re^4: Plz help me to create a perl script to catch errors and exceptions
by Anonymous Monk on Feb 20, 2008 at 12:10 UTC
    i have same question here. i am new to perl script and i want create a logfile(test.pl.log) of my perl script(test.pl). like in shell script to create logfiles, i do that exec 1>>/home/logfiles/test.ksh.log 2>&1 please give your suggestion. thanks in advance. Regards, pratap