in reply to split chars in string

split
my @each_char = split //, $string;