ORD

NAME
SYNOPSIS
DESCRIPTION

NAME

ord - find a character’s numeric representation

SYNOPSIS

ord EXPR

ord

DESCRIPTION

Returns the numeric ascii value of the first character of EXPR. If EXPR is omitted, uses $_. For the reverse, see the chr entry in the perlfunc manpage.