Help for this page

Select Code to Download


  1. or download this
    my @input = ( 'a' .. 'e' );
    my $max_subset = 3;
    ...
            for 0 .. $#input;
        print "@subsets\n";
    }
    
  2. or download this
    abc de
    abc d e
    ...
    a b ce d
    a b c de
    a b c d e
    
  3. or download this
    sub NestedLoops
    {
    ...
            }
        };
    }