Help for this page

Select Code to Download


  1. or download this
    for my $poper (1 .. $popCt) 
    {
    input();
    gener(@chroma, @chromb, @ind);
    }
    
  2. or download this
    sub input
    {
    ...
    return @chroma, @chromb, @ind;
        }
    }