Help for this page
use Win32::OLE::Const 'Microsoft Excel'; $Win32::OLE::Warn = 2; # Don't Die on errors my $file = 'c:\perl\projects\excel\format.xls'; ... } $Book = $Excel->Workbooks->Close(); undef $Excel