in reply to Update a perl script when its running

You might look at the morbo development server bundled with Mojolicious for ideas (or even for a solution). That server is designed to detect source code changes in the Mojolicious app that it is running, and to restart the app upon source change.


Dave