Copyright © tutorialspoint.com
Syntax
Definition and UsageReturns the length, in characters, of the value of EXPR, or $_ if not specified. Use scalar context on an array or hash if you want to determine the corresponding size. Return ValueSize of string. ExampleTry out following example:
|
Copyright © tutorialspoint.com