Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: removing the goto

by imp (Priest)
on Jun 01, 2007 at 18:43 UTC ( [id://618817]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use List::Util 'shuffle';
    use List::MoreUtils 'uniq';
    ...
    
    printf "shuffle1: %s\n", join(', ', sort {$a <=> $b} @shuffle1[0..10])
    +;
    printf "shuffle2: %s\n", join(', ', sort {$a <=> $b} @shuffle2[0..10])
    +;
    
  2. or download this
    shuffle1: 2, 5, 16, 17, 23, 25, 26, 27, 39, 42, 43
    shuffle2: 1, 3, 4, 5, 6, 8, 9, 10, 13, 40, 50
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://618817]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-04-18 07:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found