in reply to `print CLIENT` seems to send nothing with `use Socket`

The code runs fine for me, using Linux. It prints "Nieuwe verbinding..." on STDOUT, and "+OK" to a client connecting to the port.

Abigail

  • Comment on Re: `print CLIENT` seems to send nothing with `use Socket`

Replies are listed 'Best First'.
Re: Re: `print CLIENT` seems to send nothing with `use Socket`
by muba (Priest) on Apr 03, 2004 at 15:48 UTC
    Hmm... too strange... and you didn't modify the code in one way or another? I just c-a-n-'-t get it to work. I even tried to 'print print CLIENT "+OK\n";' to check whether the print works. Terribly enough, it's output was '1'. So the 'print CLIENT' should work fine although it doesn't.
      The only thing I changed was the port number, from 110 to 1100 because I was running it as a non-root user.

      Abigail