- Timestamp:
- 10/25/04 17:26:10 (20 years ago)
- Location:
- trunk/cgi-bin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/CommonWeb.pm
r4 r8 1 # ipdb/cgi-bin/CommonWeb.pm 2 ### 3 # SVN revision info 4 # $Date$ 5 # SVN revision $Rev$ 6 # Last update by $Author$ 7 ### 8 1 9 package CommonWeb; 2 10 3 ###4 11 # 08/13/2004 kdeugau@vianet 5 12 # Split DB-related functions into new module; they're not 6 13 # specific to CGI/web stuff. 7 ###8 14 9 15 use strict; -
trunk/cgi-bin/IPDB.pm
r4 r8 1 # IPDB.pm1 # ipdb/cgi-bin/IPDB.pm 2 2 # Contains DB-related functions for IPDB 3 ### 4 # SVN revision info 5 # $Date$ 6 # SVN revision $Rev$ 7 # Last update by $Author$ 8 ### 9 3 10 # Split from CommonWeb.pm 08/13/2004 kdeugau@vianet 4 11 -
trunk/cgi-bin/consistency-check.pl
r6 r8 1 1 #!/usr/bin/perl 2 # consistency-check.pl2 # ipdb/cgi-bin/consistency-check.pl 3 3 # Does full check to see if the data in the db is consistent and complete. 4 ### 5 # SVN revision info 6 # $Date$ 7 # SVN revision $Rev$ 8 # Last update by $Author$ 9 ### 4 10 5 11 use DBI; -
trunk/cgi-bin/main.cgi
r4 r8 2 2 # ipdb/cgi-bin/main.cgi 3 3 # Started munging from noc.vianet's old IPDB 04/22/2004 4 # Current version 08/11/2004 kdeugau@vianet 4 ### 5 # SVN revision info 6 # $Date$ 7 # SVN revision $Rev$ 8 # Last update by $Author$ 9 ### 5 10 6 11 use strict;
Note:
See TracChangeset
for help on using the changeset viewer.