|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
perlfunc:chrby gods |
| on Aug 24, 1999 at 22:43 UTC ( #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 |
|