Help for this page

Select Code to Download


  1. or download this
              if (@arrayA && $hit == length(@{$matches{$fastarray[$h]}{$si
    +tekey}})) {
                $sets{$fastarray[$h]}[$setscounter]{$sitekey} = \@arrayA;
    ...
                print Dumper(%{$sets{$fastarray[$h]}[$setscounter]}); 
                @arrayA = ();
                }
    
  2. or download this
    for my $fastarray ( @fastarray ) {
        my $hash = $matches{ $fastarray };
    ...
                    }
                }
            }