in reply to Re^4: Is it possible to determine last executed command line?
in thread Is it possible to determine last executed command line?
sub my_system { system( @_ ); retcode_full_text( join ' ', map quotemeta, @_ ); }
At least for non-Windows systems.
|
|---|