![]() |
|
There's more than one way to do things | |
PerlMonks |
perlfunc:ordby gods (Initiate) |
on Aug 24, 1999 at 22:42 UTC ( [id://225]=perlfunc: print w/replies, xml ) | Need Help?? |
ordSee the current Perl documentation for ord. Here is our local, out-dated (pre-5.6) version: ![]() ord - find a character's numeric representation
![]() ord EXPR ord
![]()
Returns the numeric ascii value of the first character of
EXPR. If
EXPR is omitted, uses
|
|