i am trying to attach these two files to an email that i am generating
through a perl module.  the problem that i am having is it wont attach the
second file ($zipped_file), but it will attach it if i put the file address
instead of the variable.  when i print out the $files variable as is i get
/home/cujo/cujo/BOB/install.pl, dailybuild_20000407_1315.zip which is
exactly what i want but it doesn't attach it for some reason.  

$files = $projectDir . "/install.pl, " . $zipped_file;

sub Email {
        $sender = new Mail::Sender{smtp => 'mail.blah.com',from =>
"CUJO\@blah.com"};
                $sender->MailFile({
                        to => "$to_address",
                        cc => "CUJO-admins\@blah.com",
                        subject => "$subject",
                        msg => "$body",
                        file => "$files"});
                

}



---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to