diff options
author | ivan <ivan> | 2004-04-05 09:09:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-04-05 09:09:15 +0000 |
commit | faba205c6f9943df8af154f5c893640eb6cd00b5 (patch) | |
tree | bffaa3f7bd7baaac1f4950535eaf4b68a3c527e0 /htetc/handler.pl | |
parent | f7f141cc60e8e14810ae7011eac87d98c2096292 (diff) |
add whois functionality internally instead of linking to geektools
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r-- | htetc/handler.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index 1ea87e744..67719b8fe 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -71,6 +71,8 @@ sub handler use HTML::Entities; use IO::Handle; use IO::File; + use Net::Whois::Raw qw(whois); + use Business::CreditCard; use String::Approx qw(amatch); use HTML::Widgets::SelectLayers 0.03; use FS::UID qw(cgisuidsetup dbh getotaker datasrc driver_name); |