Help for this page
#!/usr/bin/perl ... } __END__
for (/(?=([A-zA-Z]{8}))/g) { my @l=/./g; ... my %h; @h{@l}=(); 7 == keys %h; } }