Hi there, I want to add '\n' to each element of @contact_list. what are my options for doing so? ---- here is the line ---- my @contact_list = sort keys %contacts; ---- snip -----