From e74e6d0896eae348d54dbd6e436f37a2a0e69389 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 17 Jan 1999 04:04:13 +0000 Subject: [PATCH] itable --- site_perl/CGI.pm | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 { ""; } +=item itable + +Returns HTML tag for beginning an (invisible) table. + +=cut + +sub itable { + "
"; +} + =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 -- 2.11.0