Changeset 417 for trunk/cgi-bin/search.cgi
- Timestamp:
- 06/30/10 17:48:03 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/search.cgi
r402 r417 9 9 # Last update by $Author$ 10 10 ### 11 # Copyright 2005 ,2006Kris Deugau11 # Copyright 2005-2010 - Kris Deugau 12 12 13 13 use strict; … … 16 16 use DBI; 17 17 use CommonWeb qw(:ALL); 18 use MyIPDB;19 18 use POSIX qw(ceil); 20 19 use NetAddr::IP; 21 20 22 # Don't need a username or syslog here. syslog left active for debugging. 23 use Sys::Syslog; 24 openlog "IPDBsearch","pid","local2"; 21 # don't remove! required for GNU/FHS-ish install from tarball 22 ##uselib## 23 24 use MyIPDB; 25 25 26 26 # Why not a global DB handle? (And a global statement handle, as well...)
Note:
See TracChangeset
for help on using the changeset viewer.