in reply to Re: Daemonized perl and clearing variables...
in thread Daemonized perl and clearing variables...

Lol. So i failed in my attempt... Anyway, that's not the problem here, so let's continue.
  • Comment on Re^2: Daemonized perl and clearing variables...

Replies are listed 'Best First'.
Re^3: Daemonized perl and clearing variables...
by 5mi11er (Deacon) on May 30, 2013 at 12:30 UTC
    How do you know the "compiling" didn't break your code?
    What happens when you run the non-compiled code?

    -Scott

      That is really hard question. Because I didn't run non-compiled code for a while ( almost two months ) and I changed the code many times, here and there etc.

      But when I think of it, compiled OR non-compiled code both were running good from command line before and even now sometimes it works for 2-3 hours, just randomly stops. Only thing compilation gives is a warning

      ( perl perlc -bleach -exe /myScript/APP/myScript myScript.bin );

      Out: myScript.bin.c myScript.bin.c: In function āmainā: myScript.bin.c:40456: warning: ISO C90 forbids mixed declarations and +code Exe: /myScript/APP/myScript