Search notes:

Perl module Win32::Screenshot

use warnings;
use strict;

use Win32::Screenshot qw(:default);

my $img = CaptureScreen();
$img -> Write('screen.png');

# Following line writes
#   Use of uninitialized value in subroutine entry at C:/strawberry/perl/site/lib/Win32/Screenshot.pm line 177.
$img = CaptureWindow('C:\Windows\system32\cmd.exe - script.pl');
$img -> Write('cmd_exe.png');
Github repository PerlModules, path: /Win32/Screenshot/script.pl

See also

Imager::Screenshot
ImageMagick: screenshots
Perl modules

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...', 1741108137, '18.219.87.237', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Perl/modules/Win32/Screenshot/index(55): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78