![]() |
|
There's more than one way to do things | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
How would a perl script attach an strace to itself in such a way that it can see its own invocation? If I simply do system "strace -p $$" then it's too late (the execve occurred in the past!)
--Dave Opinions my own; statements of fact may be in error. In reply to Re^2: Finding what args were passed to the perl interpretter ?
by dpuu
|
|