in reply to Running subs ,,in background''
For robust threading please look at POE$myproc = Proc::Simple->new(); # Create a new process object $myproc->start(\&draw, # Launch a perl subroutine $param1, ...); # with parameters
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Running subs ,,in background''
by lRem (Scribe) on Nov 24, 2005 at 10:31 UTC |