Computing.Net > Forums > Programming > PERL system() command issue

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

PERL system() command issue

Reply to Message Icon

Name: Joseph
Date: May 14, 2003 at 13:55:16 Pacific
OS: Windows XP
CPU/Ram: PIII 450, 256 mb
Comment:

Hi,

I am using system() in Perl to temporarily stop the Perl script from running and to execute my C++ program that does some analyzes work.

I think the program runs but there is no analyzes output only some simple cout statements.

I used the following line in my perl script:

system ('c:/IT/Top User Project/Debug/main');

And, the C++ program is a win32 console application.

Any help would be much appreciated.

Thanks,

Joe



Sponsored Link
Ads by Google

Response Number 1
Name: joseph
Date: May 14, 2003 at 14:03:10 Pacific
Reply:

solved. ^,^


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: PERL system() command issue

Perl - Run command(s) in background www.computing.net/answers/programming/perl-run-commands-in-background/7855.html

Java applet execute system command www.computing.net/answers/programming/java-applet-execute-system-command/5867.html

Java System Command Execution www.computing.net/answers/programming/java-system-command-execution/11845.html