Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Variant permutation

by gmax (Abbot)
on Aug 30, 2003 at 11:00 UTC ( [id://287900]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    VALUES
    a b c
    ...
    c1x c1y c1z   c1
    c2x c2y c2z   c2
    c3x c3y c3z   c3 c
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    b2x7 b2x8 b2x9         b2y7 b2y8 b2y9         b2z7 b2z8 b2z9
    c1x7 c1x8 c1x9         c1y7 c1y8 c1y9         c1z7 c1z8 c1z9
    c2x7 c2x8 c2x9         c2y7 c2y8 c2y9         c2z7 c2z8 c2z9
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    b2x7 b2x8 b2x9   b2x   b2y7 b2y8 b2y9   b2y   b2z7 b2z8 b2z9   b2z b2 
    +b
    c1x7 c1x8 c1x9   c1x   c1y7 c1y8 c1y9   c1y   c1z7 c1z8 c1z9   c1z c1
    c2x7 c2x8 c2x9   c2x   c2y7 c2y8 c2y9   c2y   c2z7 c2z8 c2z9   c2z c2 
    +c
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://287900]
Approved by Corion
Front-paged by dbwiz
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found