in reply to Re^5: How to know the status of a command invoked by open function?
in thread How to know the status of a command invoked by open function?

# /bin/sh -c 'perl -e'\''kill TERM => $$'\''' ; echo $? Terminated 143
  • Comment on Re^6: How to know the status of a command invoked by open function?
  • Download Code

Replies are listed 'Best First'.
Re^7: How to know the status of a command invoked by open function?
by ikegami (Patriarch) on Aug 16, 2011 at 02:39 UTC
    That rules out the last of the possibilities I listed.