|
|
| No such thing as a small change | |
| PerlMonks |
Can I run a piece of code like child process?by Anonymous Monk |
| on Oct 03, 2000 at 17:18 UTC ( [id://35146]=perlquestion: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question: ⭐ (programs and processes)
HI,I want to run a piece of code (i.e A subroutine) in my
script and the main code will not wait for his done. The main code should go on and will not be care of whether the subroutine run correctly. I don't want to use fork(),because child process occupy too many memory.Is there a way? Thank you! Originally posted as a Categorized Question.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||