I'm trying get an example to run using COM... code is
$word = new COM("word.application") or die ("Unable to instanciate Word");
and I get a Fatal error: NULL pointer exception on line 2
Any clue what is going on?