Help for this page
perl2exe -o=example.exe example.pl
use Win32::OLE qw(in with); use Win32::OLE::Const 'Microsoft Excel'; ... $Bookout->Close; $Excel->Quit; exit;