chr « String « Perl






1.print chr 65;
2.print chr(ord "A");
3.Convert value to character based on its ASCII code