RE: [Perl-unix-users] Hash of Hash Perl Questions.....

2003-02-26 Thread Burak Gürsoy
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

RE: [Perl-unix-users] Hash of Hash Perl Questions.....

2003-02-26 Thread Thomas_M
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

RE: [Perl-unix-users] Hash of Hash Perl Questions.....

2003-02-26 Thread Thomas_M
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

[Perl-unix-users] Hash of Hash Perl Questions.....

2003-02-26 Thread Williams, P. Lane
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