$mail->send(-to=>"$to", -from=>"$from", -subject=>"$subject", -body=>join "
\n", @push_list, "total files pushed: $filecount"); #### local $" = "
\n"; $mail->send(-to=>"$to", -from=>"$from", -subject=>"$subject", -body=>"@push_list
\ntotal files pushed: $filecount");