I have an array split by pipes sitting in @playerhistory , fields are $username,$enginenumber,$date,$time,$gamenumber,
and $rollnumber.
The total count of all entries is $totalrolls++
I can't nest a comparative function to shrink the list to a unique count of individual users instead of the total count of user lines due to the size of the flat file.
So the question is, how do I count just the unique usernames? In a snippit that won't drain the system of all life?
Any takers please?
Thanks for your help in advance.
and $rollnumber.
The total count of all entries is $totalrolls++
I can't nest a comparative function to shrink the list to a unique count of individual users instead of the total count of user lines due to the size of the flat file.
So the question is, how do I count just the unique usernames? In a snippit that won't drain the system of all life?
Any takers please?
Thanks for your help in advance.