I am looking for a way to programmatically get the list of file handles and their properties from inside my application. My application seems to be leaking file handles, so I would like to print them out periodically in an attempt to determine where the leak is. I have done the obvious of matching up the opens and closes but this has not turned anything up.
The debugger is able to print them out, so I figure my app should be able to do it as well.
If anyone has a better idea, I would love to hear it.
Thanks,
kwo
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, January 25, 2006 9:37 AM
To: [email protected]
Subject: How can I get a list of the file handles that my perl application?
I would like to be able to get a list of the open file handles in my perl application. I want to be able to get the list and print out any properties I can get for the file handle.
Any body have any idea how I can do this?
Thanks in advance,
kwo
_______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
