Help for this page

Select Code to Download


  1. or download this
    foreach my ($blastresult, $value) {$_ = $$self{_$_};}
    
  2. or download this
    my $blastresult = "foo";
    my $value       = "bar";
    foreach my ($blastresult, $value) {print;}
    
  3. or download this
    use strict;
    use warnings;
    ...
    }
    
    print "$foo\n$bar";