$text =$data{"Text"}; #Name of Textbox in form $text =~ s//>/g; #### if(-f "$bookfile"){ undef $/; open(FILE, "+<$bookfile") || &debug("Oops, I cannot read the bookfile $bookfile: $!"); if($opsys eq "unix"){flock(FILE, 2);} else{binmode(FILE);} $bookfile_contents = ; $/ = "tr/\n /";