Help for this page
my @chars = split //, $string;
foreach my $char (split //, $some_string) { ... $char = "|"; } }
$string = join("", @chars);