7 lines
104 B
Perl
7 lines
104 B
Perl
#!/usr/bin/perl Cw
|
|
|
|
use Win32::Clipboard;
|
|
|
|
$clip = Win32::Clipboard->new();
|
|
|
|
$clip->Set( "asdf" ); |