Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Is there a function similar to the C function strlen() in
Perl? That is, is there an easy way to determine how many
characters are in a string variable (not an array!)?