|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: Counting number of characters in a stringby Anonymous Monk |
| on Mar 13, 2001 at 01:49 UTC ( #63981=note: print w/ replies, xml ) | Need Help?? |
|
@arrayToReceiveChars = split(//,$varHoldingString); $len = @arrayToReceiveChars; print $len;
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||