Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^4: Perl6 Contest #2: P6 That Doesn't Look Like P5

by tall_man (Parson)
on Jun 06, 2005 at 21:29 UTC ( [id://464095]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $N = 4;
    my $depth = 3;
    ...
                 ( sub { [$_+1..$N] } ) x ($depth-1),
             ]);
    print "@args\n" while @args = $i2->();
    
  2. or download this
    0 1 2
    0 1 3
    0 1 4
    ...
    2 4
    3 4
    4
    

Log In?
Username:
Password:

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

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

    No recent polls found