From faba205c6f9943df8af154f5c893640eb6cd00b5 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 5 Apr 2004 09:09:15 +0000 Subject: add whois functionality internally instead of linking to geektools --- htetc/global.asa | 2 ++ htetc/handler.pl | 2 ++ 2 files changed, 4 insertions(+) (limited to 'htetc') diff --git a/htetc/global.asa b/htetc/global.asa index 29b3fe199..446845bb8 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -10,6 +10,8 @@ use Tie::IxHash; 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); 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); -- cgit v1.2.1