RE: Sleep()

2005-01-14 Thread Allen, Matthew
sleep EXPR sleep Causes the script to sleep for EXPR seconds, or forever if no EXPR. May be interrupted by sending the process a SIGALRM. Returns the number of seconds actually slept. You probably cannot mix alarm() and sleep() calls, because sleep() is often implemented using alarm(). On some o

ADSI OLE and PERL

2004-12-01 Thread Allen, Matthew
Hi all—   I am new to the OLE module and relatively fresh to ADSI.  I am in an odd situation with a product called Aelita owning my world; bottom line is I can only make changes with ADSI not api calls.  I am trying to write a script that will change a user’s script path.  I have found a

Win32::Registry

2002-04-26 Thread Allen, Matthew
Hi all!   This is my first script, and I don't mean to offend anyone with a newbie question, but:   I am trying to write a script that will pull the server names from a text file, and apply a .reg file via the registry module.  Here is what I wrote:   use Win32::Registry; use Strict;