Win32 Perl

#!/usr/bin/perl Â¨Cw
use Win32::Clipboard;
$clip = Win32::Clipboard->new();
$clip->Set( "asdf" );