Help for this page

Select Code to Download


  1. or download this
                    unless (exists $$dataref{$eid}{"ALL"}{"MatchesPeopleEn
    +ded"}){
                         my %a :shared;
                         $$dataref{$sid}{"ALL"}{"MatchesEnded"}=\%a;
                    }
    
  2. 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"}++;
    
  3. or download this
                        $$dataref{$sid} //= &shared({});
    
    ...
                        $$dataref{$eid}{$whichco}{"MatchesPeopleEnded"} +=
    + $tn;
                        $$dataref{$eid}{$whichco}{"MatchesEnded"}++;