Help for this page

Select Code to Download


  1. or download this
    grep { $_ != $card } @userinput[0..6]
    
  2. or download this
    foreach my $card (@allcards) {
     push @resthand, grep { $_ != $card } @userinput[0..6];
    }