in reply to Parsing log and sending email

The "send an email" bit is simple: use MIME::Lite. There are plenty of samples in the docs that will get you going in short order.

For the rest of it you need to do a little study. Take a stroll around the Tutorials section here and find out about Input and Output, although you may be better off starting with Getting Started with Perl.

To find out if something has been answered in another thread you should use Super Search. For example a super search on log file turns up Extracting useful information from Windows Event Logs and Search a file with ids from another file which may help a little.

Best thing is to write some code then run it by us for comment. We are generally much happier criticizing code for you than writing it in the first place. ;)


DWIM is Perl's answer to Gödel

Replies are listed 'Best First'.
Re^2: Parsing log and sending email
by cydamac (Initiate) on Jun 21, 2007 at 21:06 UTC
    Thanks for the guidance and the start. I made some good progress today, but I am still having problems. I will probably be posting an update to my thread with my code, and the problems that I have. You did a good job of pointing my in a direction, which is more than I can say for the other response that I got. You are probably a very effective teacher.