Changeset 158 for branches/stable/cgi-bin/extras
- Timestamp:
- 02/09/05 15:53:56 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/extras/db2rwhois.pl
r26 r158 10 10 # Last update by $Author$ 11 11 ### 12 # Copyright (C) 2004,2005 - Kris Deugau 12 13 13 14 use strict; … … 15 16 use DBI; 16 17 use NetAddr::IP; 17 use IPDB qw(:ALL);18 use MyIPDB; 18 19 19 20 $ENV{"PATH"} = "/bin;/usr/bin"; … … 29 30 # ); 30 31 31 my $dbh = connectDB; 32 my ($dbh,$msg) = connectDB_My; 33 34 # For WHOIS purposes this may not be very useful. YMMV, we'll see. 35 #initIPDBGlobals($dbh); 32 36 33 37 my @masterblocks;
Note:
See TracChangeset
for help on using the changeset viewer.