Help for this page

Select Code to Download


  1. or download this
    my $half = 16; # make 32 for 64-bit perls
    
  2. or download this
    my $half = 32; # make 32 for 64-bit perls
    
  3. or download this
    package Organism;
    
    ...
    }
    
    1;