Perl 6 Cool Perl 6 #72
# shuffle the deck
@deck .= pick(*);

This is the short form of

@deck = @deck.pick(*);
Copyright © 2010
http://www.pmichaud.com/2010/pres/