Changeset 143 for trunk


Ignore:
Timestamp:
01/28/05 18:01:20 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

Tweak/update db2rwhois with latest (My)IPDB interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/extras/db2rwhois.pl

    r141 r143  
    1515use DBI;
    1616use NetAddr::IP;
    17 use IPDB qw(:ALL);
     17use MyIPDB;
    1818
    1919$ENV{"PATH"} = "/bin;/usr/bin";
     
    2929#               );
    3030
    31 my $dbh = connectDB;
     31my ($dbh,$msg) = connectDB_My;
     32
     33# For WHOIS purposes this may not be very useful.  YMMV, we'll see.
     34#initIPDBGlobals($dbh);
    3235
    3336my @masterblocks;
Note: See TracChangeset for help on using the changeset viewer.