# Open Link File to Output
open (GUEST,">$guestbookreal") || die "Can't Open $guestbookreal: $!\n";
for ($i=0;$i<=$SIZE;$i++) {
$_=$LINES[$i];
if (//) {
if ($entry_order eq '1') {
print GUEST "\n";
}
if ($line_breaks == 1) {
$FORM{'comments'} =~ s/\cM\n/
\n/g;
}
print GUEST "$FORM{'comments'}
\n";