you might consider modifying retcode_full_text to take the last command as an argument, and usingsystem( "....." ); retcode_full_text();
sub my_system { my ( $cmd ) = @_; system( $cmd ); retcode_full_text( $cmd ); }
In reply to Re^3: Is it possible to determine last executed command line?
by apl
in thread Is it possible to determine last executed command line?
by bdimych
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |