summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
Diffstat (limited to 'htetc')
-rw-r--r--htetc/global.asa3
-rw-r--r--htetc/handler.pl3
2 files changed, 6 insertions, 0 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index 482572a80..ed26057ea 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -14,11 +14,14 @@ use Tie::IxHash;
use HTML::Entities;
use IO::Handle;
use IO::File;
+use IO::Scalar;
use Net::Whois::Raw qw(whois);
if ( $] < 5.006 ) {
eval "use Net::Whois::Raw 0.32 qw(whois)";
die $@ if $@;
}
+use Text::CSV_XS;
+use Spreadsheet::WriteExcel;
use Business::CreditCard;
use String::Approx qw(amatch);
use Chart::LinesPoints;
diff --git a/htetc/handler.pl b/htetc/handler.pl
index f115104b1..f41db36ec 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -97,11 +97,14 @@ sub handler
use HTML::Entities;
use IO::Handle;
use IO::File;
+ use IO::Scalar;
use Net::Whois::Raw qw(whois);
if ( $] < 5.006 ) {
eval "use Net::Whois::Raw 0.32 qw(whois)";
die $@ if $@;
}
+ use Text::CSV_XS;
+ use Spreadsheet::WriteExcel;
use Business::CreditCard;
use String::Approx qw(amatch);
use Chart::LinesPoints;