in reply to Re^2: sending to multiple recipients with Net::SMTP
in thread sending to multiple recipients with Net::SMTP

Thanks for confirming that.

Just for the sake of pedantry, you have commas in your qw() which shouldn't be there. Perl will warn you about this if you have warnings turned on.


s^^unp(;75N=&9I<V@`ack(u,^;s|\(.+\`|"$`$'\"$&\"\)"|ee;/m.+h/&&print$&

Replies are listed 'Best First'.
Re^4: sending to multiple recipients with Net::SMTP
by nimdokk (Vicar) on Nov 08, 2004 at 16:28 UTC
    Thanks, I couldn't remember if the commas would have been in there or not, I don't normally set array's like that.