=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
L|perlvar/$_>.
(Note I, not byte.)
For the reverse, see L|/chr NUMBER>.
See L for more about Unicode.
=back