in reply to File update test

You need to flush the output handle before you try to read the data. See this page on Perl and Buffering by Dominus for more information.

-----------------------------------------------------
Dr. Michael K. Neylon - mneylon-pm@masemware.com || "You've left the lens cap of your mind on again, Pinky" - The Brain
"I can see my house from here!"
It's not what you know, but knowing how to find it if you don't know that's important

Replies are listed 'Best First'.
Re: Re: File update test
by Wassercrats (Initiate) on Mar 20, 2002 at 04:43 UTC
    Wow, I just read that for a problem two days ago and I didn't think about it even though it's even more relevant to my current problem. I hope it will actually work for this one. Thanks.