I think I have an open file handle leak .. that is, although I don't use the handle anymore (and I set $fh = undef ; ) I haven't closed the IO::Handle per se explicitly.
Anyway, to see if I am right, does perl keep an open list of file descriptors ?? That way I can periodically check the open file descriptor count and see if they continually increase indicating a leak..
Thanks!
-Steve
_______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
