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