http://qs1969.pair.com?node_id=266104


in reply to Re: How do I shuffle an array?
in thread How do I shuffle an array?

Independet way:
my @data = 0..51; my @cards = sort { (-1,1)[rand(2)] } @data ;

Graciliano M. P.
"The creativity is the expression of the liberty".