Help for this page

Select Code to Download


  1. or download this
              SET: foreach $hit (@{$matches{$fastaseq}{$sitekey}}) {
    
  2. or download this
    print "\$hit is: ",$hit,"\n";
    
  3. or download this
    print "\$hit is: ",$matches{$fastaseq}{$sitekey}[$hit],"\n";
    
  4. or download this
    foreach my $index ( 0 .. $#array )
    
  5. or download this
    next if( not defined $hit );