Duh. Perl likes semicolons at the end of statements.
This commit is contained in:
parent
7db5b123c8
commit
6a7b328bcd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=801
2 changed files with 6 additions and 6 deletions
|
@ -3,18 +3,18 @@
|
|||
# A CGI form processor for FreeBSD Gallery submissions
|
||||
#
|
||||
# John Fieber <jfieber@indiana.edu>
|
||||
# $Id: gallery.cgi,v 1.5 1996-12-12 23:13:50 jfieber Exp $
|
||||
# $Id: gallery.cgi,v 1.6 1996-12-12 23:53:55 jfieber Exp $
|
||||
##################################################################
|
||||
|
||||
#$curator = "jfieber@indiana.edu";
|
||||
#$curator = "jkh@freebsd.org";
|
||||
$curator = "cawimm0@service1.uky.edu"
|
||||
$curator = "cawimm0@service1.uky.edu";
|
||||
$subject = "Another gallery submission...";
|
||||
|
||||
require 'cgi-lib.pl';
|
||||
&ReadParse;
|
||||
|
||||
$hsty_date = "\$Date: 1996-12-12 23:13:50 $";
|
||||
$hsty_date = "\$Date: 1996-12-12 23:53:55 $";
|
||||
#$h_base = "..";
|
||||
#$d_author = "
|
||||
require 'cgi-style.pl';
|
||||
|
|
|
@ -3,18 +3,18 @@
|
|||
# A CGI form processor for FreeBSD Gallery submissions
|
||||
#
|
||||
# John Fieber <jfieber@indiana.edu>
|
||||
# $Id: gallery.cgi,v 1.5 1996-12-12 23:13:50 jfieber Exp $
|
||||
# $Id: gallery.cgi,v 1.6 1996-12-12 23:53:55 jfieber Exp $
|
||||
##################################################################
|
||||
|
||||
#$curator = "jfieber@indiana.edu";
|
||||
#$curator = "jkh@freebsd.org";
|
||||
$curator = "cawimm0@service1.uky.edu"
|
||||
$curator = "cawimm0@service1.uky.edu";
|
||||
$subject = "Another gallery submission...";
|
||||
|
||||
require 'cgi-lib.pl';
|
||||
&ReadParse;
|
||||
|
||||
$hsty_date = "\$Date: 1996-12-12 23:13:50 $";
|
||||
$hsty_date = "\$Date: 1996-12-12 23:53:55 $";
|
||||
#$h_base = "..";
|
||||
#$d_author = "
|
||||
require 'cgi-style.pl';
|
||||
|
|
Loading…
Reference in a new issue