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?
sub my_system { system( @_ ); retcode_full_text( "@_" ); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Is it possible to determine last executed command line?
by ikegami (Patriarch) on Dec 04, 2007 at 01:38 UTC |