summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
authorivan <ivan>2004-04-05 09:08:39 +0000
committerivan <ivan>2004-04-05 09:08:39 +0000
commita5651d5945c790b0d3fee0cd5082269a21adc6ee (patch)
treea1d38ee8ebed3458f9df12d66f5073e106c84822 /htetc/handler.pl
parentcbbc7e215fb2f235c05abdb8c9434bdb2385ce3f (diff)
add whois functionality internally instead of linking to geektools
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r--htetc/handler.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index f970df842..b81606a0a 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -71,6 +71,7 @@ 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 Chart::LinesPoints;