in reply to
foreach (each character in string..)?
Here's one way:
foreach(split('', $string)) { }
[download]
Comment on
Re: foreach (each character in string..)?
Download
Code
In Section
Seekers of Perl Wisdom