summaryrefslogtreecommitdiff
path: root/site_perl/CGI.pm
diff options
context:
space:
mode:
authorivan <ivan>1999-01-17 04:04:13 +0000
committerivan <ivan>1999-01-17 04:04:13 +0000
commite74e6d0896eae348d54dbd6e436f37a2a0e69389 (patch)
tree86d20bf3975d84d1d2ff632735dacfe0dbe6bfc8 /site_perl/CGI.pm
parentb86d2714e8d815a72ecfae2b65aa0ea200d84511 (diff)
itable
Diffstat (limited to 'site_perl/CGI.pm')
-rw-r--r--site_perl/CGI.pm15
1 files changed, 14 insertions, 1 deletions
diff --git a/site_perl/CGI.pm b/site_perl/CGI.pm
index b21a88837..a7856f8dd 100644
--- a/site_perl/CGI.pm
+++ b/site_perl/CGI.pm
@@ -149,6 +149,16 @@ sub table {
"<TABLE BORDER=1>";
}
+=item itable
+
+Returns HTML tag for beginning an (invisible) table.
+
+=cut
+
+sub itable {
+ "<TABLE>";
+}
+
=back
=head1 BUGS
@@ -173,7 +183,10 @@ lose the background, eidiot ivan@sisd.com 98-sep-2
pod ivan@sisd.com 98-sep-12
$Log: CGI.pm,v $
-Revision 1.12 1998-12-23 02:23:16 ivan
+Revision 1.13 1999-01-17 04:04:13 ivan
+itable
+
+Revision 1.12 1998/12/23 02:23:16 ivan
popurl always has trailing slash
Revision 1.11 1998/11/12 07:43:54 ivan