Keep It Simple, Stupid | |
PerlMonks |
perlfunc:lengthby gods (Initiate) |
on Aug 24, 1999 at 22:41 UTC ( [id://168]=perlfunc: print w/replies, xml ) | Need Help?? |
lengthSee the current Perl documentation for length. Here is our local, out-dated (pre-5.6) version: length - return the number of bytes in a string
length EXPR length
Returns the length in bytes of the value of
EXPR. If
EXPR is omitted, returns length of
|
|