alexanderp98 has asked for the wisdom of the Perl Monks concerning the following question:
I have the following command returning from excel before I have finished out of Excel. The perl code I'm using looks like this:
system("summarylog.xlsx"); ... ... ... ... MessageBox("Some message");
I'm seeing the message box appear while I'm still in excel. Am I executing system wrong? I'm using ActivePerl 5.14, but 5.12 has also shown this peculiarity. Thanks for your help.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: system command returns immediately before excel is exited
by ikegami (Patriarch) on Aug 15, 2011 at 20:24 UTC | |
|
Re: system command returns immediately before excel is exited
by ww (Archbishop) on Aug 15, 2011 at 20:25 UTC | |
|
Re: system command returns immediately before excel is exited
by locked_user sundialsvc4 (Abbot) on Aug 16, 2011 at 00:49 UTC |