my $addrCt = 0; foreach $address (@content) { print ", " if $addrCt++; # won't be done the first time chomp($address); print $address; }