in reply to Using Net::SMTP to Bcc, Cc or multiple recipients

From the Net::SMTP documentation:
recipient ( ADDRESS [, ADDRESS [ ...]] [, OPTIONS ] )<p> Notify the server that the current message should be sent to all of th +e addresses given. Each address is sent as a separate command to the +server.

Originally posted as a Categorized Answer.