in reply to
Perl Exp - Retrieve value
join('', (map { /(.)/g } $str)[5,6])
[download]
but that could be simplified using
substr
. The exercise left to the user.
Comment on
Re: Perl Exp - Retrieve value
Select
or
Download
Code
In Section
Seekers of Perl Wisdom