in reply to Re: Passing an array, or not? MIME::Lite
in thread Passing an array, or not? MIME::Lite

Thank you, venerable monk. The first input is the one to whom the e-mail is sent. The subsequent input is the message to be sent. That is processed separately.

So, perl -w blah.pl you@whereyouare.com MessageBodyHere

I think the question I have is, how can I capture what is processed by /bin/cat (ie the message itself) but not being input into the command-line script? Where am I losing the data?

  • Comment on Re^2: Passing an array, or not? MIME::Lite