Changes for version 0.9903 - 2026-02-21

  • Add nofork option for fork-free code reference execution
  • Add raw option to avoid PerlIO :encoding(utf8) overhead and leak
  • Optimize nofork tmpfile reuse (truncate+seek instead of recreate)
  • Protect caller's $_ with local $_ in nofork execution
  • Add STDOUT binmode in nofork mode (symmetry with STDIN)
  • Add comprehensive NOFORK AND RAW MODE documentation

Modules

Execute external command or code reference
Temporary file with /dev/fd path access