in reply to
split chars in string
split
my @each_char = split //, $string;
[download]
Comment on
Re: split chars in string
Download
Code
In Section
Seekers of Perl Wisdom