in reply to Re: Multi Threading in PerlApp generate using perl2exe
in thread Multi Threading in PerlApp generate using perl2exe

Thanks for your reply, will try that way i.e to write a third file to manage two files. However just for information, I am trying to simuilate the application synchronization using perl, where everytime an application is launched it will download the config file first and will check is there is version mismatch of local copy with that of the repository copy(which is uploaded on some webpage) and if there is a mismatch it will download the newer version. I am bit afraid having the third file will slove this issue as I may need to launch the third file from the first exe.
  • Comment on Re^2: Multi Threading in PerlApp generate using perl2exe

Replies are listed 'Best First'.
Re^3: Multi Threading in PerlApp generate using perl2exe
by jellisii2 (Hermit) on Nov 19, 2013 at 13:59 UTC
    Assuming you can easily get a version number from your source, have your script take an option that can get it to dump it's version number. GetOpt::Long is exceptionally good for this. Depending on the specifics, you may be able to get back down to two files.