: 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

Reply via email to