in reply to
Mistakenly Believing split is using @_
If you are trying to get the number of characters in a string you should use
length
instead of split('').
Comment on
Re: Mistakenly Believing split is using @_
In Section
Seekers of Perl Wisdom