: Could this be a buffering problem? : Maybe $|=1 at the top of the script would help? : Does it need a seek()? Hmm.... seek() does appear to work: open GBOOK, "+<guestbook" or die "Can't open guestbook: $!"; seek GBOOK, 0, 0; print GBOOK ... close GBOOK; -- tdk
- inserting text into file Morgan Seppy
- Re: inserting text into file Paul
- RE: inserting text into file Forest, Gary J
- RE: inserting text into file Timothy Kimball
- RE: inserting text into file Timothy Kimball