Changes

File I/O in Perl

85 bytes added, 15:54, 12 April 2008
The following lines were added (+) and removed (-):
  open (GUEST,">$guestbk") || die "Can't Open $guestbookreal: $!\n";  <nowiki>open (GUEST,">$guestbk") || die "Can't Open $guestbookreal: $!\n";</nowiki>  print GUEST "<H1>New Guestbook Entry</H1>\n";  <nowiki>print GUEST "<H1>New Guestbook Entry</H1>\n";</nowiki>  print GUEST "$FORM{'realname'}</a></b>";  <nowiki>print GUEST "$FORM{'realname'}</a></b>";</nowiki>  print GUEST "<b>Time:&nbsp;</b>$date<br>\n";  <nowiki>print GUEST "<b>Time:&nbsp;</b>$date<br>\n";</nowiki>  print GUEST "<b>Comments:&nbsp;</b>$txtComments<br>\n";  <nowiki>print GUEST "<b>Comments:&nbsp;</b>$txtComments<br>\n";</nowiki>
Bureaucrat, administrator
16,192
edits