Help for this page
my $content; open FILE, '<', $guestbookreal; # Open a filehandle FILE to $guestbook +real ... chomp; # delete any EOL character(s) $content .= $_; # Add the next line to the previous parts }
$sth=$dbh->prepare($content); $sth->execute();