Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^4: Challenge: Generate fixed size combination across groups without duplicates

by Anonymous Monk
on Dec 11, 2012 at 11:39 UTC ( [id://1008277]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @groups=(
    [qw( yes no 0 )],
    [qw( yes all 0 )],
    ...
        
    }
    
  2. or download this
    1 all 1 yes yes
    1 all 1 yes all
    1 all 1 yes 0
    ....
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-19 17:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found