$recipient .= ', somebody@somewhere' if $FORM{'ckusno'}; #### push @recipients, 'somebody@somewhere' if $FORM{'ckusno'}; my $recipients = join(', ', @recipients);