X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htetc%2Fglobal.asa;h=3781f947d16a5782c412eefd9fc53349c2423ceb;hb=4bb183f2a62d7a7d38070ff93f24c56f95bf2480;hp=482572a80444a16889f70cf116ea4057751e6f93;hpb=3bc7d019313160a918a55cca6ab530f58db3673d;p=freeside.git diff --git a/htetc/global.asa b/htetc/global.asa index 482572a80..3781f947d 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -10,15 +10,19 @@ use CGI 2.47; use Date::Format; use Date::Parse; use Time::Local; +use Time::Duration; 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;