for (@beatles) { tr /A-Z/a-z/ } #### tr /A-Z/a-z/ for @beatles; #### @beatles = map {lc} @beatles;