selva has asked for the wisdom of the Perl Monks concerning the following question:


I am using IO::Socket::INET module for socket connection .

some times writing the data in to the socket not happened , and it shows the following error

" Inappropriate ioctl for device "
Which time this error will come and how do i resolve it

Replies are listed 'Best First'.
Re: Inappropriate ioctl for device
by Anonymous Monk on Dec 12, 2008 at 04:51 UTC
Re: Inappropriate ioctl for device
by apl (Monsignor) on Dec 12, 2008 at 12:32 UTC
    Under what circumstances does your code work? When doesn't it work? What does your code look like?