start page | rating of books | rating of authors | reviews | copyrights

Programming Perl

Programming PerlSearch this book
Previous: 3.2.15 chown Chapter 3
Functions
Next: 3.2.17 chroot
 

3.2.16 chr

chr 

NUMBER

This function returns the character represented by that NUMBER in the character set. For example, chr(65) is "A" in ASCII. To convert multiple characters, use pack("C*", LIST ) instead.


Previous: 3.2.15 chown Programming Perl Next: 3.2.17 chroot
3.2.15 chown Book Index 3.2.17 chroot