Search notes:

Perl function: ord

On most platforms/systems, ord returns the Unicode codepoint for the given character. This is not the case on platforms where the legacy encoding is some variant of EBDIC rather than a superset of ASCII.
The reverse function of ord is chr.

See also

Perl functions

Index