in reply to socket help

use backticks/qx instead of system to capture the output of ls, then print it back to the client

Replies are listed 'Best First'.
Re^2: socket help
by Anonymous Monk on Feb 14, 2011 at 01:16 UTC
    i've tried using backticks and still get nothing. I also just tried sending the output from the server to a file and having the client read the file. This would work as long as the client didn't have to wait for the server. The client would not wait for the server to finish before it read the file.
      i've tried using backticks and still get nothing.

      Show what you tried