my $title_checking=$cgi->param("title_checking");
This $title_checking scalar variable via coming other language content
use HTML::Entities;
my $titlenamefromindex="ஸ்ரீசா
+A8;்த், சவான், ச
+;ண்டிலா ஆகி
+AF;ோர் தங்களத&#
+xBC1; குற்றங்கள
+ை ஒப்புக் க
+CA;ண்டதாக தகவ&#
+xBB2;்";
$titlenamefromindex=encode_entities($titlenamefromindex,"\200-\377");
This $titlenamefromindex variable via i got the original content
if($title_checking eq $titlenamefromindex)
{
condition;
}
I know that $title_checking param value and $titlenamefromindex value equal..But not executing Any mistake is there I did please give suggestion.