summaryrefslogtreecommitdiff
path: root/eg
diff options
context:
space:
mode:
authorChip Salzenberg <chip@perl.com>1997-04-15 00:00:00 +0000
committerChip Salzenberg <chip@atlantic.net>1997-04-15 00:00:00 +1200
commit12c5d27a30700a469ee068632587ba3fb5c99a7d (patch)
tree0bf4d2f3983b1b1d640a3d2ec0cb2b28eb11980b /eg
parent81d89818b14a58709196b737cc40cc7e9778b89d (diff)
downloadperl-12c5d27a30700a469ee068632587ba3fb5c99a7d.tar.gz
Refresh CGI to 2.34
Diffstat (limited to 'eg')
-rw-r--r--eg/cgi/customize.cgi2
-rw-r--r--eg/cgi/tryit.cgi2
2 files changed, 3 insertions, 1 deletions
diff --git a/eg/cgi/customize.cgi b/eg/cgi/customize.cgi
index d932f4ba23..c1c8187514 100644
--- a/eg/cgi/customize.cgi
+++ b/eg/cgi/customize.cgi
@@ -89,4 +89,4 @@ print hr(),
hr;
print a({HREF=>"/"},'Go to the home page');
-
+print end_html;
diff --git a/eg/cgi/tryit.cgi b/eg/cgi/tryit.cgi
index 155cd72a59..83c620c3e4 100644
--- a/eg/cgi/tryit.cgi
+++ b/eg/cgi/tryit.cgi
@@ -32,4 +32,6 @@ if (param()) {
hr;
}
print a({href=>'../cgi_docs.html'},'Go to the documentation');
+print end_html;
+