Hi,
I am using telnet on Solaris 10 machine. Following is the Solaris version details.
Solaris 5.10 Generic_118822-25 sun4u sparc SUNW,Sun-Fire-V490.
The problem is when i use the select(undef, undef, undef, 5) in my perl module, it returns 0.
However when i try to telnet manually it works fine.
Also the same select(undef, undef, undef, 5) works fine on my other Solaris 10 machine.
Please let me if i need to do any telnet related configuration on the solaris 10 machine.
I have gone through the link http://perldoc.perl.org/functions/select.html
but of no help.
Any help would be really appreciated.
Thanks