in reply to Re^2: tracing system calls a perl script is making
in thread tracing system calls a perl script is making
I get all the "starting" "hello" and "ending code" just all together after all the 367 system calls and printed.
Replace print with print STDERR ...; (or use warn).
|
|---|