Win32 Screenshot/Screencapture with perl

2003-02-16 Thread Roland Moriz
Hi, I need to do screenshots with perl on win32. The only possible way i found is to simmulate they printscrn key and then read the clipboard. On the London.pm mailinglist archive I found a short code-snippet which looks good to me:

Re: Win32 Screenshot/Screencapture with perl

2003-02-16 Thread michael higgins
Roland Moriz wrote: Hi, I need to do screenshots with perl on win32. The only possible way i found is to simmulate they printscrn key and then read the clipboard. On the London.pm I don't know about that, but I remembered cribbing this from the list, which does what you ask: #!perl -w --

Re: Win32 Screenshot/Screencapture with perl

2003-02-16 Thread Roland Moriz
Hi Michael, At 21:46 16.02.2003, michael higgins wrote: Roland Moriz wrote: Hi, I need to do screenshots with perl on win32. The only possible way i found is to simmulate they printscrn key and then read the clipboard. On the London.pm I don't know about that, but I remembered cribbing this from