summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2006-08-26 02:20:00 +0000
committerivan <ivan>2006-08-26 02:20:00 +0000
commitd910b7f61a6e4dfcfe57b14bde21158a199d91c2 (patch)
treed467ff7ed3b1209845617ec26388cd379a9bfcf4 /htetc
parent9d864158235a31e9a7bd179b8ec3c597f0f27949 (diff)
i want max and min!
Diffstat (limited to 'htetc')
-rw-r--r--htetc/handler.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index ef3aed7e7..cfb48722b 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -92,6 +92,7 @@ sub handler
use vars qw( %session );
use CGI 2.47 qw(-private_tempfiles);
#use CGI::Carp qw(fatalsToBrowser);
+ use List::Util qw( max min );
use Date::Format;
use Date::Parse;
use Time::Local;