in reply to
Reading parts of array elements
ord
uses the first char of EXPR so:
for(@words) { print chr ord $_; }
[download]
would print only first letters
Comment on
Re: Reading parts of array elements
Download
Code
In Section
Seekers of Perl Wisdom