diff options
Diffstat (limited to 'htdocs/browse/svc_acct_pop.cgi')
-rwxr-xr-x | htdocs/browse/svc_acct_pop.cgi | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/htdocs/browse/svc_acct_pop.cgi b/htdocs/browse/svc_acct_pop.cgi index 5f4126137..d0a51b323 100755 --- a/htdocs/browse/svc_acct_pop.cgi +++ b/htdocs/browse/svc_acct_pop.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: svc_acct_pop.cgi,v 1.5 1999-01-19 05:13:30 ivan Exp $ +# $Id: svc_acct_pop.cgi,v 1.6 1999-04-09 03:52:55 ivan Exp $ # # ivan@sisd.com 98-mar-8 # @@ -10,7 +10,10 @@ # lose background, FS::CGI ivan@sisd.com 98-sep-2 # # $Log: svc_acct_pop.cgi,v $ -# Revision 1.5 1999-01-19 05:13:30 ivan +# Revision 1.6 1999-04-09 03:52:55 ivan +# explicit & for table/itable/ntable +# +# Revision 1.5 1999/01/19 05:13:30 ivan # for mod_perl: no more top-level my() variables; use vars instead # also the last s/create/new/; # @@ -42,7 +45,7 @@ $p = popurl(2); print $cgi->header( '-expires' => 'now' ), header('POP Listing', menubar( 'Main Menu' => $p, -)), "Points of Presence<BR><BR>", table, <<END; +)), "Points of Presence<BR><BR>", &table, <<END; <TR> <TH></TH> <TH>City</TH> |