![]() |
|
Just another Perl shrine | |
PerlMonks |
IO::Socket::INET and LTSP read-only filesystemby kwaping (Priest) |
on Apr 16, 2007 at 21:24 UTC ( #610425=perlquestion: print w/replies, xml ) | Need Help?? |
kwaping has asked for the wisdom of the Perl Monks concerning the following question:
This is an interesting issue... I've written a small client program to connect to a certain port, send a query and receive back some information.
Can anyone tell me why this is the case, and better yet how to resolve this issue? Thanks in advance! Update: Resolved!! The issue lies somewhere in the hostname lookup. Changing the PeerAddr from using the name to using the IP resolved my issue. I still need to figure out why that's a problem, but at least now my project can progress. Thanks again to the responders, especially Thelonius for reminding me to use the debugger. --- It's all fine and dandy until someone has to look at the code.
Back to
Seekers of Perl Wisdom
|
|