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

How do you know the "compiling" didn't break your code?
What happens when you run the non-compiled code?

-Scott
  • Comment on Re^3: Daemonized perl and clearing variables...

Replies are listed 'Best First'.
Re^4: Daemonized perl and clearing variables...
by ali_kerem (Acolyte) on May 30, 2013 at 13:02 UTC

    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
        Now I have doubts, tomorrow, I'll try it.