Help for this page

Select Code to Download


  1. or download this
    sub can_play_card {
      my $cost = shift; # hashref of type => amount required
    ...
    
      return $pool =~ m/$check/;
    }