in reply to Mail::Sender not attaching XLS file

Have you tried the ultimate in simplicity, the complexity of your script dissuades me from trying to figure out WTF is going on. :-)?
#!/usr/bin/perl use Mail::Sender; my $sender = Mail::Sender->new(smtp => $mailserver, from => $mailfrom); $sender->MailFile( {to => $mailto, subject => 'Daily report file', file => $outfile} );

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh