in reply to How do I get both the return value and text? backticks vs. system()

Having used the new Perl 5.10, I was shocked to find this new variable after months of use:
${^CHILD_ERROR_NATIVE}
This variable gives the native status returned by the last pipe close, backtick command, successful call to wait() or waitpid(), or from the system() operator. See perlrun for details. (Contributed by Gisle Aas.)

New internal variables

Finally!.. what else can I say?

  • Comment on Re: How do I get both the return value and text? backticks vs. system()
  • Download Code