Help for this page

Select Code to Download


  1. or download this
    Global symbol "$index" requires explicit package name at /home/../scri
    +pts/creaNexusMatrix.pl line 12.
    Execution of /home/../scripts/creaNexusMatrix.pl aborted due to compil
    +ation errors.
    
  2. or download this
    my $index;
    
  3. or download this
    my @column;
    my $index;
    ...
        print join "\t", map { $_->[ $row ] } @column;
        print "\n";
    };
    
  4. or download this
    --
    
    ...
    
    --