in reply to Re^2: Leaking a file descriptor into a child to use with /proc/self/fd/3
in thread Leaking a file descriptor into a child to use with /proc/self/fd/3

The Perl process essentially goes away by replacing itself when you exec. So, it might feel surprising but it seems sensible/intuitive that any FDs opened in Perl would close.

  • Comment on Re^3: Leaking a file descriptor into a child to use with /proc/self/fd/3
  • Download Code