Help for this page
$chars = length($scalar); # length in characters # what you probably were looking for
$bytes = do {use bytes; length($scalar)} # length in bytes # bytes may be != chars for unicode strings