in reply to Re: Question about communicating with a running perl script
in thread Question about communicating with a running perl script

Also, In addition to the other suggested solutions, classic UNIX dogma includes signals. You could add a signal handler to your code. That re-reads and applies the configuration info stored in db. The hangup signal is, by tradition, usually chosen for reloading configs.
  • Comment on Re^2: Question about communicating with a running perl script