chr number
Returns the character represented by number in the character set. For example, chr(65) is "A" in ASCII.
chr(65)
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]