Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^6: Perl - Unique Numbers

by johngg (Canon)
on Oct 18, 2015 at 22:46 UTC ( [id://1145274]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $numbers{ int( rand 20 ) + 1 } ++
    
  2. or download this
       while keys %numbers < 10;
    
  3. or download this
    for ( 1..10 )
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (8)
As of 2024-04-23 09:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found