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
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
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;