Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $str2='LFGSLSIIVSHHM';
    
    print +($str1 ^. $str2) =~ tr/\0//, " characters are the same\n";
    
  2. or download this
    12 characters are the same