[Date Prev] [Date Next] | [Thread Prev] [Thread Next] | [Date Index] [Thread Index] |
Re: [nocol-users] bsdi socket
|
Dear all, After hours of struggling into the code of hostmon and nocollib.pl, I found the reason of the error message newSocket(): bad file descriptor. It is due to the failure of the statement "eval ( use Socket );" in newSocket in nocollib.pl. I donno why it failed, but I change it to "use Socket" and it works. Any comment to this? Further information about my machine: OS: BSDI4.0 Perl version: Perl 5.00502 Nocol package: 4.2.1 Rgds, Cho Man Fai ps. All in all, nocol is really a great tool! |