Suchst Du sowas:
use Win32::Screenshot;
$image = CaptureRect( $x, $y, $width, $height );
$image->Write('screenshot.png');
?
Suchst Du sowas:
use Win32::Screenshot;
$image = CaptureRect( $x, $y, $width, $height );
$image->Write('screenshot.png');
?