Help for this page

Select Code to Download


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