[prev in list] [next in list] [prev in thread] [next in thread] 

List:       perl-win32-users
Subject:    Re: System (1, 'start command').
From:       wagnerc () plebeian ! com (Chris Wagner)
Date:       2006-06-08 5:32:43
Message-ID: 200606080517.k585H3d27275 () mail ! cinternet ! net
[Download RAW message or body]

system(1, @args) acts basically the same as a fork/exec.  If for whatever
reason u run into a problem with it u can just do ur own fork.  If u want to
fire and forget there is also the async() method in use threads.

if (fork) {
        #we forked
}
else {
        exec @args; #child
}






--
REMEMBER THE WORLD TRADE CENTER         ---=< WTC 911 >=--
"...ne cede malis"

00000100

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic