Help for this page
grep { $_ != $card } @userinput[0..6]
foreach my $card (@allcards) { push @resthand, grep { $_ != $card } @userinput[0..6]; }