Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    foreach my $finalsequence (@allSequence){
        ++$i % @Bases ? print "$finalsequence\t" : print "$finalsequence\n
    +";
    }
    
  2. or download this
    sub Ordered_Combinations {
        my $n = shift;
    ...
                   } @_
             : @_
    }