in reply to
Getting single element from an array
This works:
print qw[adf ff f ][1];
Comment on
Re: Getting single element from an array
Download
Code
In Section
Seekers of Perl Wisdom