Help for this page

Select Code to Download


  1. or download this
    my @newdeck= shuffle(@starting_deck);
    
    ...
      ...
      return @˘ards;
    }
    
  2. or download this
    use Data::Dumper; # <-better put this at the beginning of your script,
    + but works here too
    
    print Dumper(\@starting_deck);