in reply to Daemonized perl and clearing variables...

"I used a free compiler on the net, perlc"

You may find this discussion interesting.

  • 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 12:05 UTC
    Lol. So i failed in my attempt... Anyway, that's not the problem here, so let's continue.
      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