in reply to How can I run a piece of code asyncronously in Perl?
This will run the code as an independent process; no memory will be shared between the new process and the old one. If you need to do that, threads are better.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How can I run a piece of code asyncronously in Perl?
by Doctrin (Beadle) on Nov 03, 2012 at 18:53 UTC |