my $compileresult = `gcc code.cpp`; my $aoutresult = `./a.out`; #... parse aoutresult