go ahead... be a heretic | |
PerlMonks |
perlfunc:chrby gods (Initiate) |
on Aug 24, 1999 at 22:43 UTC ( [id://368]=perlfunc: print w/replies, xml ) | Need Help?? |
chrSee the current Perl documentation for chr. Here is our local, out-dated (pre-5.6) version: chr - get character this number represents
chr NUMBER chr
Returns the character represented by that
NUMBER in the character set. For example, chr(65) is
If
NUMBER is omitted, uses |
|