=over =item ord EXPR =item ord Returns the numeric (the native 8-bit encoding, like ASCII or EBCDIC, or Unicode) value of the first character of EXPR. If EXPR is omitted, uses C<$_>. For the reverse, see L. See L and L for more about Unicode. =back