in reply to Reading parts of array elements

ord uses the first char of EXPR so:
for(@words) { print chr ord $_; }
would print only first letters