in reply to Re^4: thread count
in thread thread count
(keys %tids) is an array of the keys of the hash, assigning an array to a scalar sets it to the number items in the array$tidc=(keys %tidc); print "Number of unique threads referenced is: $tidc\n";
|
|---|