in reply to Re: How to run a .exe file from a Perl script?
in thread How to run a .exe file from a Perl script?

system will wait until the program has finished and then continue your Perl program.

  • Comment on Re^2: How to run a .exe file from a Perl script?

Replies are listed 'Best First'.
Re^3: How to run a .exe file from a Perl script?
by IL_MARO (Initiate) on Nov 09, 2008 at 15:52 UTC
    Actually I discovered it just a few moments after posting the topic... :-|
    Thank you anyway :-)
      while running system command i got error like this 65280. could you suggest me what is this error. here i am calling c++ utlity. its not working