Search notes:

Script: cv.pl

Prints the content of the clipboard. Mnemonic: Ctrl-V.
#
#   Print the content of the clipboard.
#
#   Mnemonic: Ctrl-V
#             -    -
#
#   Compare with -> paste.pl
#
use strict;
use warnings;

use Win32::Clipboard;

print Win32::Clipboard -> Get;
Github repository scripts-and-utilities, path: /cv.pl

See also

Scripts

Index