in reply to Parsing LDAP log file given a time period

You could use the simpler Time::ParseDate and get the Unix time.
parsedate($date)

andyford
or non-Perl: Andy Ford