=item ord EXPR =item ord Returns the numeric ascii value of the first character of EXPR. If EXPR is omitted, uses C<$_>. For the reverse, see L. =item chr NUMBER =item chr Returns the character represented by that NUMBER in the character set. For example, C is C<"A"> in ASCII. For the reverse, use L. If NUMBER is omitted, uses C<$_>.