my $chomped = chomp (@array) #### sub chomp_and_return { chomp @_; return @_; } sub lc_array { map { lc } @_; }