Subject: Closing files opened with Open3.popen
From: sera fhwang.net (Francis Hwang)
Date: Wed, 2 Jun 2004 11:28:38 +0900
Is there anyway to close a file that I opened with Open3.popen ? I'm
running a lot of external process (and capturing their stderr), but if
the process runs too long eventually I get a "Too many open files"
error.
Francis