in reply to Re: Sorting on a split hash valuein thread Sorting on a split hash value
($count, $rest) = split(/::/,$games{$_},2); [download]
thor