http://www.perlmonks.org?node_id=459472


in reply to Re: $var{'a',1,...}
in thread $var{'a',1,...}

You are overlooking something obvious :-)

perl -wle '$c = chr(28); $d = "\034";print $c eq $d ? "true" : "false" +' true

cheers

thinker