> I am led to understand that the correct way to set the screen saver
> settings is via a system call SystemParametersInfo().
> 
> I've reached a dead end.  Can anyone tell me - can this be done in Perl
> in some way?

use Win32::API;
        or
use FFI;

At least the first one may be installed via PPM ... I'm not sure 
about the other. 

HTH, Jenda
 

== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==
: What do people think?
What, do people think?  :-)
             -- Larry Wall in <[EMAIL PROTECTED]>
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin

Reply via email to