in reply to break up the problem
in thread Searching Files
but it just seems to be adding 1 count after each loop...any suggestions?foreach $Name (sort keys %dataname) { for (APRIL, MAY, JUNE) { if ($count{$Name}) { $count{$Name}++; } } printf OUTFILE "%-50s %d\n", $Name, $count{$Interface_Name};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Try reading your code in English
by dragonchild (Archbishop) on Jul 24, 2002 at 22:02 UTC | |
|
Re: Re: break up the problem
by cebrown (Pilgrim) on Jul 24, 2002 at 21:53 UTC | |
by Anonymous Monk on Jul 24, 2002 at 23:40 UTC |