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 manpage.