in reply to How to split a string

If you want to put the values into an array then you could do @array = split //, $s; - named variables like you have are redolent of 'symbolic references' and widely disparaged ...

/J\