in reply to Re^3: Is it possible to determine last executed command line?
in thread Is it possible to determine last executed command line?
BEGIN { *CORE::GLOBAL::system = \&my_system; }
I'm not sure how to do this for backticks or pipe-open, though.
|
|---|