in reply to Re^2: Closing Spreasheet problems
in thread Closing Spreasheet problems

Other cases? Nobody on the internet seems to check for a return value for Close. http://cpansearch.perl.org/src/JDB/Win32-OLE-0.1709/t/6_event.t shows a way to check
printf "# Workbookcount: %d\n", $Excel->Workbooks->Count; $Book->Close; my $Count = $Excel->Workbooks->Count; print "# Workbookcount: $Count\n";