Sorry if there is another thread about this--I looked briefly for one.
Is there a way to make a system call (in Windows, if it matters) such that the Perl script doesn't wait for that call to end?
For example:
`ping hostname`;
waits for the DOS command to finish before the script continues, but I want it not to do that.
Thanks all! Brad Gunsalus
Cymtec Systems, Inc.
bgunsalus@cymtec.com
Is there a way to make a system call (in Windows, if it matters) such that the Perl script doesn't wait for that call to end?
For example:
`ping hostname`;
waits for the DOS command to finish before the script continues, but I want it not to do that.
Thanks all! Brad Gunsalus
Cymtec Systems, Inc.
bgunsalus@cymtec.com