Help for this page

Select Code to Download


  1. or download this
              '00111',
              '01011',
    ...
              '11010',
              '11100'
    
  2. or download this
      use Bit::Vector;
    
    ...
          push @combinations, $vector->to_Bin();
        }
      }