in reply to splitting a word into an array

No, but you can easily make one:

# Usage : @word = letters $word sub letters { split //, shift; }

I'm not sure that's all that much simpler.

After Compline,
Zaxo