Stephen Roylance wrote:
> 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");

you're missing a semicolon after 'use Win32::Clipboard'


cheers,
Aldo



---
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