Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

language Decoding problem..?

by vasanthgk91 (Sexton)
on May 17, 2013 at 10:08 UTC ( [id://1033959]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $title_checking=$cgi->param("title_checking");
    
  2. or download this
    use HTML::Entities;
    
    my $titlenamefromindex="ஸ்ரீசா&#xB
    +A8;்த், சவான், &#xB9A
    +;ண்டிலா ஆகி&#xB
    +AF;ோர் தங்களத&#
    +xBC1; குற்றங்கள
    +ை ஒப்புக் க&#xB
    +CA;ண்டதாக தகவ&#
    +xBB2;்";
    
    $titlenamefromindex=encode_entities($titlenamefromindex,"\200-\377");
    
  3. or download this
        if($title_checking eq $titlenamefromindex)
        {
        condition;
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1033959]
Approved by LanX
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-18 12:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found