=over =item ord EXPR X X =item ord Returns the numeric value of the first character of EXPR. If EXPR is an empty string, returns 0. If EXPR is omitted, uses C<$_>. (Note I, not byte.) For the reverse, see L. See L for more about Unicode. =back