in reply to How to get each character in string value
$string = "Hello World"; print join("\n",split //,$string), "\n"; [download]
But you can see that
split //,$string [download]
is the black magic.
-QM -- Quantum Mechanics: The dreams stuff is made of