in reply to
Screenshot
Just as a side note... Windows users might try
Win32::Screenshot
. (never used it myself though)
.:| If it can't be fixed .. Don't break it |:.
Comment on
Re: Screenshot
Replies are listed 'Best First'.
Re^2: Screenshot
by
fauria
(Deacon)
on Jun 20, 2005 at 14:55 UTC
Using an X server under a *NIX system, you can grab the screenshot directly from perl by using:
$image->Read(filename=>"X:", display=>$DISPLAY, geometry=>$geometry); #not tested
[reply]
[d/l]
Re^2: Screenshot
by
Anonymous Monk
on Jun 20, 2005 at 09:09 UTC
i guess, im not a windows user so i didnt bother. ill keep that in mind tho as im still learning perl
[reply]
In Section
Cool Uses for Perl