use Data::Dump; my $string = 'LarryWall'; my @array = split//, $string; dd @array;