--- Julien Motch <[EMAIL PROTECTED]> wrote:
> As it is now ,the program does not print the message sender but if
> instead of `print("$who")` I write a `print("$who\n")` the sender is
> correctly written .

At first casual glance it sounds like a buffering problem; try putting

 $|++;

above the code to set the autoflush.

__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to