Help for this page

Select Code to Download


  1. or download this
    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
    }
    
  2. or download this
    $sth=$dbh->prepare($content);
    $sth->execute();