in reply to Update a perl script when its running
You can prepare the program to react to code changes, though. For example, you can make the child processes to read their source from a file every time and eval it (and maybe check the timestamp before to speed it up). Usual cautions about eval apply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Update a perl script when its running
by marto (Cardinal) on Feb 10, 2015 at 11:02 UTC | |
by SuicideJunkie (Vicar) on Feb 10, 2015 at 15:19 UTC |