Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print "C: @index_c\n";
    print "N: @index_n\n";
    
  2. or download this
    my $consensus = 'abc*def*ghi';
    my( @index_c, @index_n );
    ...
    
    print "C: @index_c\n";
    print "N: @index_n\n";