Help for this page
use Win32::ODBC;
... use OLE; # will read Excel workbooks ... $excel = Win32::OLE->new('Excel.Application', sub {$_[0]->Quit;}) or &w_die("Sorry, cannot start Excel\n"); ...
Sorry, cannot start Excel