Help for this page

Select Code to Download


  1. or download this
    $code     = reference to an array holding identifiers
    $hashhash = reference to a hash
    
  2. or download this
    $hashhash = {
                 'identifier' => {'score'       => 7,
                                  'query_start' => 80,
    ...
                                 },
                 'identifier' => {...}
                }
    
  3. or download this
    if ($hashhash->{$codes->[$x]}->{'defline'} =~ m/NP_/) {
       do_something;
    }
    
  4. or download this
    Can't use string ("description") as an ARRAY ref while
            "strict refs" in use at /home/spitzem/wp/retr_standaloneblast_
    +ABCGfam.pl line 589 (#1)
        (F) Only hard references are allowed by "strict refs".  Symbolic
        references are disallowed.  See perlref.