Help for this page
@new = map { s/$_/$_,hi/; $_ } <TEST>;
@new = map { s/$/,hi/; $_ } <TEST>;
@new = map { $_ . ',hi' } <TEST>;