I just installed ActivePerl 5.6 build 618 and the PDK 2.0 on my Windows NT
SP4 machine. I'm trying to use Win32::Clipboard, but I'm getting an error.
My Perl code reads as follows:
use Win32::Clipboard;
$text = Win32::Clipboard::GetText();
print $text . "\n";
Here is the error I get:
Win32::Clipboard object version 0.51 does not match
$Win32::Clipboard::VERSION 0.03 at C:/Perl/lib/DynaLoader.pm line 219.
Compilation failed in require at N:\users\creeves\PerlWin32\test.pl line 2.
BEGIN failed--compilation aborted at N:\users\creeves\PerlWin32\test.pl line
2.
I'm not sure what to do?
Thanks,
Corey
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activeperl