Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      MATCH => sub { $same++ },
      } );
    print "$same characters are the same\n";
    
  2. or download this
    12 characters are the same