in reply to "Segmentation fault" text not captured by perl script
Note that if you include metacharacters in your call to system, e.g. system("$cmd > foo") then perl will invoke a shell to invoke the executable, and you'll see the error message generated by the shell.
Dave.
|
|---|