Here is how I send several documents in an email using the MIME module...
# Create the top-level, and set up the mail headers:
$top = MIME::Entity->build(Type=>"multipart/mixed",
From=> "your_server",
To => "to_address
sorry, I forgot to mention that the modile was actually the MIME::Entity
module... and is called like...
use MIME::Entity;
HTH
Geoff Ellis
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
Geoff Ellis
Sent: 10 April 2001 09:03
To: 'Ricardo Cumberbatch L