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 it automatically to these numbers (ASCII I guess) $clipboard = $text;