From: Mark W. <mew...@un...> - 2000-05-26 18:37:19
|
Hi, I really like the idea of using IO::File for the filehandle passed to Net::LDAP::DSML. However, what I need to know is should that file handle already be open? Or should we open it? What about closing it? I'm leaning more towards assuming it's open and let the user open & close. I'd hate to close a socket or pipe on someone. mark |