in reply to Re^2: Hash making
in thread Hash making
Assume you want to check if column 4 is equal to 4, 5, .. N
You can print $count out at the end. If you want to store each line that meets a certain criteria, make a two dimensional array (first dimension would be $index, the second the $count [$index ] value before you increment it).
|
|---|