in reply to Daemonized perl and clearing variables...

#!/bin/sh
not a Perl script, no relation to Perl, just the wrong board!
  • Comment on Re: Daemonized perl and clearing variables...

Replies are listed 'Best First'.
Re^2: Daemonized perl and clearing variables...
by ali_kerem (Acolyte) on May 30, 2013 at 13:07 UTC
    Actually, I posted this on Linux forums too but there is possibility that my Perl script is the problem itself, not daemonized part. I added daemon script to show it to give some ideas, if it's wrong you could point it out. But the main problem I ask ( in this board ) is how could I clear the variables I use in my script when I reach the last step before restarting the loop ? or maybe, should I even do that ? or maybe a different guidance would help differently.