- or download this
my $maxBits=60; # hash reference - gave error message below
my %maxBits=60; # wrong
%maxBits=map {$_=>60} ; #?
- or download this
Can't use string ("60") as a HASH ref while "strict refs" in use at fl
+agginscript_Flag1.pl line 58, <IN> line 1.
- or download this
############### read in blast table and parse #######
my $in_blast_tab=$ARGV[0];
...
}
print OUT "\n";
}