Thread
:
Output - Wrong order of returned lines using 'Run Program' to launch Perl scripts
View Single Post
#
9
03-09-2004, 10:29 AM
VBPbetaTest
Registered User
Join Date: 11-18-2003
Posts: 8
You're right!
ccperl seems to manage the dos prompt differently for the 'print' statement
(
The only way I found is to replace all my
Print "my message";
by
System("cmd /c echo my message");
Really strange??!!
Anyway, thanks a lot for your support.
VBPbetaTest
View Public Profile
Find all posts by VBPbetaTest