in reply to Converting Java Sockets to Perl Sockets
And just for the first test, snoop what the java client is sending, construct a string that matches that exactly (using the \xhh notation), and send that. Yes, it's not maintainable, but it will limit the number of things you're trying to debug at the same time.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Converting Java Sockets to Perl Sockets
by tye (Sage) on May 13, 2004 at 15:33 UTC |