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

In Perl 5.8.4, trying to expand jar-packaged file received over IO::Socket::INET (v1.27) tcp socket using pipeopen and no intermediate file on server as follows: print JAR <$socket>; and jar seems to expand fine except client (sender) and server (receiver) both exit precipitously (oops!). After struggling unsuccessfully with this have resorted to intermediate file but it isn't my preference. Have searched perldocs, monastery here, google and printed matter to no avail. Any directly related tips/pointers/examples will be profusely welcomed and appreciated. Yours humbly, Paul.
  • Comment on TCP socket to pipeopen (un)jar exits precipitously

Replies are listed 'Best First'.
Re: TCP socket to pipeopen (un)jar exits precipitously
by Anonymous Monk on Sep 07, 2007 at 17:29 UTC
    BTW, this is on AIX 5.3 - Paul(OP)
Re: TCP socket to pipeopen (un)jar exits precipitously
by ikegami (Patriarch) on Sep 07, 2007 at 17:33 UTC
    You provided next to no relevant details. Specifically, you're asking us to debug your code without showing it to us. Could you provide a minimal runnable snippet demonstrating the problem?