Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    foreach $key(sort keys %matches) {
            print "$key    $matches{$key}\n";
    }
    
  2. or download this
    *********
    * ** ** *
    *********
    ...
    ÑÑ =~ .Ñ    *
    ÑÑ =~ Ñ.    *
    ÑÑ =~ ÑÑ    *
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    foreach $key(sort keys %matches) {
            print "$key    $matches{$key}\n";
    }
    
  4. or download this
    ***
    * *
    ***
    ...
    . =~ Ñ
    Ñ =~ .    *
    Ñ =~ Ñ    *