Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Multiple Combinatorics

by brx (Pilgrim)
on Apr 15, 2012 at 17:38 UTC ( [id://965182]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @set1=(0..7);
    my @set2=(6..12);
    ...
     @comb = glob"{@set1}-{@set1}-{@set2}-{@set2}-{@set2}"'
    }
    print join "\n",@comb;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-19 20:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found