in reply to
Debug openings and closings
On most Unix systems you can trace system calls (that includes
open()
and
close()
) using something like
strace
(
truss
in other systems).
Anno
Comment on
Re: Debug openings and closings
Select
or
Download
Code
In Section
Seekers of Perl Wisdom