- or download this
my @officialannotation = [];
my @prodigalannotation = [];
- or download this
%findgene = ( "start" => $offcordinates[1], "stop" => $offcordinates
+[0] );
$hash_ref = \%findgene;
- or download this
$hash_ref = { "start" => $offcordinates[1], "stop" => $offcordinates[
+0] };
- or download this
@officialannotation = [];
push @officialannotation, $hash_ref;
- or download this
@officialannotation = ( [], $hash_ref );
- or download this
for $hash_ref ( @$officialannotation ) {
while (my $start, $stop) = each %$hash_ref ) {
for $hash_ref2 ( @$prodigalannotation) {
while (my $start1, $stop2) = each %$hash_ref2 ) {