Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    A,B
    1,2
    C,D,E
    
  2. or download this
    C:\Code>perl permute_all.pl
    Depth = 3
    ...
    B2E
    
    C:\Code>