Help for this page

Select Code to Download


  1. or download this
      # first process all available player entries
      for (my $i = 0; exists $rx->{"player_$i"}; $i++) {
    ...
        push @player, delete $rx->{"ngsecret_$i"};
        push @upi, \@player;
      }