t; -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf
> Of Williams, P. Lane
> Sent: Wednesday, February 26, 2003 5:20 PM
> To: [EMAIL PROTECTED]
> Subject: [Perl-unix-users] Hash of Hash Perl Questions.
>
>
> I am trying to write a
Oops, minor syntax error in my last post, but the point is still valid.
> -Original Message-
> From: Thomas_M
> Sent: Wednesday, February 26, 2003 10:35 AM
> To: 'Williams, P. Lane'; [EMAIL PROTECTED]
> Subject: RE: [Perl-unix-users] Hash of Hash Perl Questio
PLW wrote:
> Anyone have any basic pointers of how to handle the array
> portion?? I am thinking I will need to include a subroutine
> that will do the job.
This is going to sound funny, but here's my advice: use a hash. Take your
HoHoL and make it a HoHoH.
> This is what I would like it to lo
I am trying to write a PERL app that will look at the messages logfile and
weed out the firewall messages. Then build a pretty daily report. I first
grep what I am looking for into an array. Then I feed that information into
a hash formatted with the variable that I want(below). Once I have