Help for this page

Select Code to Download


  1. or download this
    @populations = (4);
    
  2. or download this
            %HoH = (
                @populations => {
    ...
                    chromosome2  => "@chromb",
                },
            );
    
  3. or download this
    use strict;
    use warnings;
    ...
        print Dumper(%HoH);
        return %HoH;        # returned as list; to returna ref, use \%HoH
    }