in reply to
Counting number of characters in a string
my $len = map $_, $str =~ /(.)/gs;
[download]
Comment on
Re (tilly) 1: Counting number of characters in a string
Download
Code
In Section
Seekers of Perl Wisdom