or download this
use Win32::Clipboard;
use utf8;
...
tie my $clipboard, 'Win32::Clipboard';
my $text = "אושרי"; # please note that I
+ wrote here a unicode string (Hebrew chars), but this forum changed i
+t automatically to these numbers (ASCII I guess)
$clipboard = $text;