Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        all { $comb =~ /\Q$_/ } split /,/, $subset and # each subset
        print "$comb\n";
      } scalar @str, 4;
    
  2. or download this
    c?6,c%4,b%5,a?2
    c?6,c%4,b%5,a?1
    ...
    c?6,b%5,a?2,a?1
    c?6,b%5,b?2,a?1
    c?6,b%5,d%2,a?1