Help for this page

Select Code to Download


  1. or download this
    use Math::Complex;
    
  2. or download this
    use Win32;
    ...
            "generation $generation_counter time: " . Win32::GetTickCount 
    +. " \n" );
    
  3. or download this
        my $gene_length         = gene_length();
    ...
    ...
        }
        return ( $gls[0] );
    }
    
  4. or download this
        my $gene_length         = length +( keys %genome )[ 0 ];