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