Thread Kartenspielgolf (11 answers)
Opened by Matze at 2017-01-13 03:57

Muffi
 2017-01-17 13:20
#185855 #185855
User since
2012-07-18
1465 Artikel
BenutzerIn
[default_avatar]
Statt
use List::Util qw(shuffle);
use List::Util 'shuffle';

Statt
my @hand = splice @cards, 0, 7;
my @hand = splice @cards, -7;

edit:

Statt
say"\t",join"\t",@s
$"="\t";say"\t@s"
Last edited: 2017-01-17 13:51:17 +0100 (CET)
1 + 1 = 10

View full thread Kartenspielgolf