Help for this page

Select Code to Download


  1. or download this
    my $maxBits=60; # hash reference - gave error message below
    my %maxBits=60; # wrong
    %maxBits=map {$_=>60} ; #?
    
  2. 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.
    
  3. or download this
    ############### read in blast table and parse #######
    my $in_blast_tab=$ARGV[0];
    ...
            }
    print OUT "\n";
    }