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.
Comment on
Re: How do I find the length of a string?
Select
or
Download
Code
In Section
Seekers of Perl Wisdom