- Timestamp:
- 01/18/05 14:56:09 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/checkcusts.pl
r123 r128 10 10 11 11 use DBI; 12 use IPDB qw(:ALL);12 use IPDB 2.0 qw(:ALL); 13 13 14 14 # We'll be hosing the server with several thousand queries. We … … 25 25 print "Content-type: text/plain\n\n"; 26 26 27 $dbh = connectDB;27 ($dbh,$errstr) = connectDB("ipdb", "ipdb", "ipdbpwd"); 28 28 $IDH = DBI->connect ("DBI:Pg:host=billing;dbname=custids", "cidcheck", "c1dch4ck"); 29 29 $sth = $dbh->prepare("select cidr,custid from searchme where not (custid='6750400') ".
Note:
See TracChangeset
for help on using the changeset viewer.