http://www.perlmonks.org?node_id=164423


in reply to Error invoking Excel through cgi

Hi there!

The only thing I can see this bit of code that I'd change is the following:

$Win32::OLE::Warn = 3;

looks better to me written like

Win32::OLE->Option(Warn => 3);

Apart from that, I think without getting the ominous line 21, it seems hard to help you there.

--cs

There are nights when the wolves are silent and only the moon howls. - George Carlin