dude01 has asked for the wisdom of the Perl Monks concerning the following question:
sub getProc { #do some stuff } sub getInput { while(<FILE>) { # do some stuff # call getProc but run it in the background }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
fork
by howard40 (Beadle) on Mar 01, 2001 at 10:19 UTC | |
|
Re: How do run a subroutine in the background
by AgentM (Curate) on Mar 01, 2001 at 07:40 UTC | |
|
Re: How do run a subroutine in the background
by rpc (Monk) on Mar 01, 2001 at 07:13 UTC | |
|
Re: How do run a subroutine in the background
by enoch (Chaplain) on Mar 01, 2001 at 10:23 UTC | |
|
Re: How do run a subroutine in the background
by tomhukins (Curate) on Mar 01, 2001 at 15:35 UTC | |
|
Re: How do run a subroutine in the background
by Beatnik (Parson) on Mar 01, 2001 at 13:40 UTC | |
|
perldoc ipc stuff
by howard40 (Beadle) on Mar 01, 2001 at 10:05 UTC |