print chr(0x141); #### print "\x{141}"; #### print chr(321); #### if($someInputString eq "Unicode String Here"){ ... }
## print "\x{141}"; ##
## print chr(321); ##
## if($someInputString eq "Unicode String Here"){ ... }