Fantastic, that was it allright. I really appreciate the help, and I won't
forget that
one anytime soon.
Best regards,
Robert Aspinall
Support Engineer
V-ONE Corporation
[EMAIL PROTECTED]
----- Original Message -----
From: "Peter Scott" <[EMAIL PROTECTED]>
To: "Robert Aspinall" <[EMAIL PROTECTED]>; "C.J. Collier"
<[EMAIL PROTECTED]>; "Robert Aspinall" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 3:06 PM
Subject: Re: Reading in a loop from a socket?
> At 02:54 PM 7/6/01 -0400, Robert Aspinall wrote:
> >This just got odder. Looks like I'm reading the data in just fine, but
it
> >won't print to the screen unless I preface and suffix it with a newline.
> >Any idea what could cause that?
>
> The usual: STDOUT is fully buffered by default. Stick
>
> $| = 1;
>
> above the code and it'll come out as you print it.
>
> --
> Peter Scott
> Pacific Systems Design Technologies
> http://www.perldebugged.com