Here is one that I wrote to parse a WebServer log file, and look for
what ever the user typed in. It will then display the records that
matched. It would be easy to change and mail out the results using
sendmail... Let me know if you have any questions
John
#! perl -w
use CGI;
my $query
I have a question and I was wondering if anyone had an opinion on it. I am
using a perl script to parse through a log file and if there is an error
found I need to send and email to someone..
I was thinking about calling an ASP page and passing, the relevant
information and when this page is c