Copyright © tutorialspoint.com
Syntax
Definition and UsageReturns the ASCII numeric value of the character specified by EXPR, or $_ if omitted. For example, ord('A') returns a value of 65. Return Value
ExampleTry out following example:
It will produce following results:
|
Copyright © tutorialspoint.com