Perl 6 Cool operators in Perl 6 #19
# shuffle the deck
@deck .= pick(*);

This is the short form of

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