in reply to
lc entire contents of array?
Another approach would be to convert to lowercase when you populate the array
push @array, lc($_)
[download]
Cheers!
Comment on
Re: lc entire contents of array?
Download
Code
In Section
Seekers of Perl Wisdom