Hi, I wish to shuffle 8 decks of cards, so how do I shorten this code :- use Algorithm::Numerical::Shuffle qw /shuffle/; @eightdecks = shuffle (1..10,"J","Q","K",1..10,"J","Q","K",1..10,"J","Q","K");#how do I repeat 1 to K 32 times print @eightdecks ;
- how do I shorten this code itshardtogetone
- Re: how do I shorten this code Chas. Owens
- Re: how do I shorten this code itshardtogetone
- Re: how do I shorten this code Rodrick Brown
- Re: how do I shorten this code Rodrick Brown
- Re: how do I shorten this code John W. Krahn
- Re: how do I shorten this cod... itshardtogetone
- Re: how do I shorten this code itshardtogetone
- Re: how do I shorten this code Gunnar Hjalmarsson
- Re: how do I shorten this code Tom Phoenix