in reply to How do I find the length of a string?

its in my opinion easier to read code if you use length($foo) instead of length $foo but thats probably cause the first language i learned was JS

Originally posted as a Categorized Answer.