in reply to Re: system() Creating Different Results than Commandline Operation.
in thread system() Creating Different Results than Commandline Operation.

I tried the code below however I am unsure what I should be getting out of it. nothing is being printed out and I fear its due to the very nature of system_no_output.
$gcov_error = system_no_output( 1, 'perl.exe', '-le"print qq[>$_<] for @ARGV"' $da_filename, "-o", $object_dir, "-b" );
I have no preference one way or the other of how the command executed. system_no_output is merely code I am trying to port at the moment.
  • Comment on Re^2: system() Creating Different Results than Commandline Operation.
  • Download Code

Replies are listed 'Best First'.
Re^3: system() Creating Different Results than Commandline Operation.
by BrowserUk (Patriarch) on Apr 06, 2009 at 19:06 UTC