in reply to Re: Re: Correct Loop Structure
in thread Correct Loop Structure
Your's and arden's code (from his second response) where the only two that I could get to work. I like the simplicity of your's, but arden's seems to run faster.
Maybe faster. But arden's code, like yours and all the others except ysth's, have a major flaw: they will skip the first (matching) field of your log file!
If you decide to use arden's solution, change $newIPseen{$i}++ to ++$newIPseen{$i}
dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Correct Loop Structure
by arden (Curate) on Jan 29, 2004 at 23:42 UTC | |
by ysth (Canon) on Jan 30, 2004 at 00:17 UTC | |
by parv (Parson) on Jan 30, 2004 at 03:28 UTC |