- or download this
unless (exists $$dataref{$eid}{"ALL"}{"MatchesPeopleEn
+ded"}){
my %a :shared;
$$dataref{$sid}{"ALL"}{"MatchesEnded"}=\%a;
}
- or download this
$$dataref{$sid}{"ALL"}{"MatchesStarted"}++;
$$dataref{$sid}{"ALL"}{"MatchesPeopleStarted"} += $tn;
...
$$dataref{$eid}{"ALL"}{"MatchesPeopleEnded"} += $tn;
$$dataref{$eid}{$whichco}{"MatchesPeopleEnded"} += $tn;
$$dataref{$eid}{$whichco}{"MatchesEnded"}++;
- or download this
$$dataref{$sid} //= &shared({});
...
$$dataref{$eid}{$whichco}{"MatchesPeopleEnded"} +=
+ $tn;
$$dataref{$eid}{$whichco}{"MatchesEnded"}++;