in reply to Re: Counting number of characters in a stringin thread Counting number of characters in a string
print scalar @Chars; [download]
print ++$#Chars; [download]