in reply to Re^4: Mail::Sendmail multiline Message
in thread Mail::Sendmail multiline Message

That's not the process I would have used under ksh. I would build up a variable in ksh using a here-document or a string that spans multiple lines. The equivalent process to your echo approach would be to append the strings to a variable using the dot operator (.). Maybe you want to read perlop now?