hi

this seemed to work before I added the added the clipboard functions. 
It is only the start of a script.

as ever

Steve R
-----------------------------------------------
use strict;
use Win32::OLE;
use Win32::OLE::Const 'Microsoft Word';
use Win32::Clipboard

  my $Word = Win32::OLE->new('Word.Application');
  $Clip = Win32::Clipboard();
  $Clip->Set("C:\\temp");

  $Word->Run("Converter");
  $Word->Quit;

------------------------------------------------
C:\TEMP>perl -w ole.pl
"Win32::OLE=HASH(0x114b4d4)" is not exported by the Win32::Clipboard
module at faxole.pl line 6
Can't continue after import errors at faxole.pl line 6
BEGIN failed--compilation aborted at faxole.pl line 6.
------------------------------------------------

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to