Changes for version 0.05_51 - 2009-04-21

  • Added:
    • Support for wide characters on handles opened to utf8
    • Support for STDOUT, STDERR or STDIN opened to in-memory files (open to scalar reference) or tied, albeit with some limitations
  • Testing:
    • Verify that $? is preserved during capture { system(@cmd) };

Modules

Capture STDOUT and STDERR from Perl, XS or external programs

Examples