Search notes:

Perl module Clipboard

#   if 
#      «can't find the 'xclip' script» 
#   then 
#       sudo yum -y install xclip
#

use warnings; use strict;

use Clipboard;

print "Currenty in Clipboard: " . Clipboard -> paste() . "\n";

Clipboard -> copy ("Putting something into the Clipboard");
Github repository PerlModules, path: /Clipboard/script.pl

See also

Perl modules.
Perl module Win32::Clipboard
/dev/clipboard
xclip (The command line interface to the X Clipboard).

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1741107186, '18.117.119.97', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Perl/modules/Clipboard/index(59): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78