in reply to lc entire contents of array?

You can lowercase each variable in the array in your condition statement
foreach $arrayitem (@array) { lc($arrayitem); doOtherStuff....etc }