in reply to Re: system() Creating Different Results than Commandline Operation.
in thread system() Creating Different Results than Commandline Operation.
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.$gcov_error = system_no_output( 1, 'perl.exe', '-le"print qq[>$_<] for @ARGV"' $da_filename, "-o", $object_dir, "-b" );
|
|---|
| 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 |