Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my @newcards = deckof(@cards);
    print "@cards[$_],  @newcards[$_]\n" for 0..4;
    $x++;
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        return @cards;
    }
    1;