Help for this page
Select Code to Download
Select
or
download this
my @chars = split(//, $string);
Select
or
download this
print join("\n", split(//, $string)), "\n";