Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
  2. or download this
    Global symbol "@fastarray" requires explicit package name at x line 5.
    Global symbol "$setscounter" requires explicit package name at x line 
    +6.
    ...
    Global symbol "@fastarray" requires explicit package name at x line 13
    +.
    Global symbol "$site" requires explicit package name at x line 13.
    # ... etc. ...
    
  3. or download this
    my @fastarray;
    my @fastarray;
    ...
    my %sets;
                                                                          
    +          
    FASTA: for (my $h=0;$h<(@fastarray);$h++) {