Help for this page

Select Code to Download


  1. or download this
    versatility( %hash1, %hash2 );
    
  2. or download this
    sub versatility {
        my( $genome1, $genome2 ) = @_;
    ...
            } 
        }
    }
    
  3. or download this
    versatility( \%hash1, \%hash2 );