
fashimpaur
User
/ Moderator
Aug 21, 2002, 4:20 AM
Views: 3284
|
Re: [uri] Spawning Child Process in Multiple Environments
|
|
|
just do a open( FH, 'subproc|' ) ... Does this let the child process go on in it's own task and allow the main program to display something to the user and exit? If not, this will be a problem. The long process has to be started and have no ties back to the main program that will keep the main program from finishing it's current state handling. More suggestions are welcome. Thanks, Uri Dennis $a="c323745335d3221214b364d545". "a362532582521254c3640504c3729". "2f493759214b3635554c3040606a0", print unpack"u*",pack "h*",$a,"\n\n";
(This post was edited by fashimpaur on Aug 21, 2002, 4:20 AM)
|