Re: Reading from log

2003-12-06 Thread Rob Dixon
Danield wrote: > > I am looking for help with creating a digest of a log file. I have found > a nice tutorial that should help on > http://www.pageresource.com/cgirec/ptut14.htm. However, this tutorial > expects to have values in list separated by | : > > he Rock|Cheer|Rock Bottom > Triple H|Boo|

RE: Reading from log

2003-12-06 Thread Tom Kinzer
\d+)\s*/$1/; $total = $_; printf "Total: %010s", $total; } } } close IN; -Original Message- From: danield [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 9:49 PM To: [EMAIL PROTECTED] Subject: Reading from log Hello all, I am

Reading from log

2003-12-05 Thread Robert Brown
danield writes: > Hello all, > > I am looking for help with creating a digest of a log file. I have found > a nice tutorial that should help on > http://www.pageresource.com/cgirec/ptut14.htm. However, this tutorial > expects to have values in list separated by | : > > he Rock|Cheer|Roc

Reading from log

2003-12-05 Thread danield
Hello all, I am looking for help with creating a digest of a log file. I have found a nice tutorial that should help on http://www.pageresource.com/cgirec/ptut14.htm. However, this tutorial expects to have values in list separated by | : he Rock|Cheer|Rock Bottom Triple H|Boo|Pedigree Stone Col