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

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.
  • Comment on Re: Re: `print CLIENT` seems to send nothing with `use Socket`

Replies are listed 'Best First'.
Re: `print CLIENT` seems to send nothing with `use Socket`
by Abigail-II (Bishop) on Apr 03, 2004 at 21:48 UTC
    The only thing I changed was the port number, from 110 to 1100 because I was running it as a non-root user.

    Abigail