http://qs1969.pair.com?node_id=495231


in reply to Win32::OLE and Word

Have you all the required modules installed on the other machines? In particular check that Win32::OLE and Win32::OLE::Const are available.


Perl is Huffman encoded by design.

Replies are listed 'Best First'.
Re^2: Win32::OLE and Word
by KathyM (Novice) on Sep 26, 2005 at 23:41 UTC
    Thanks for your prompt response.

    I have ole.pm and const.pm installed to c:\perl\site\lib\win32 and c:\perl\site\lib\win32\ole respectively on all the PCs.

    Is that what you were meaning? (Sorry, I'm new to Perl!)

    Thanks!

      Ok, that's probably correct. You haven't provided the code for test_word or test_excel, but that seems likely to be where the problem is.

      Can you trim your code down to a smallest possible example that demonstrates the error and post that? For strong preference the test should be in a form that we monks can run and check on our systems.

      Update: actually read the code :)


      Perl is Huffman encoded by design.