Help for this page
#!/usr/bin/perl -w use strict; ... $x++; } }
sub shuffle{ my @cards = @_; ... } return @cards; }