Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Re: Creating tuples based on sets

by waxmop (Beadle)
on Apr 16, 2003 at 15:42 UTC ( [id://250942]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @set1 = qw(A B C D);
    my @set2 = qw(X Y Z);
    mk_tuples(@set1, 2);
    mk_tuples(@set2, 5);
    
  2. or download this
    mk_tuples(["A", "B"], 3);
    

Log In?
Username:
Password:

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

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

    No recent polls found