Hi,
I have updated Microsoft word to new version and the word methods in the perl script no longer work. I am getting error "Bareword wdCharacter not allowed while strict subs in use". The perl script used to work fine with older version of word.
Here is the code:
$Word->Selection->Delete({Unit => wdCharacter, Count => 1});
Thanks.