2009/11/23 David Gang <david.g...@exlibrisgroup.com> > Without the line of use cgi::carp it does work even inside the cgi > environment, with the line it does not work even in the command line > > > Please, reply to the mailing list, not just myself.
Did you tried to load CGI::Carp before DateTime ? DateTime uses Carp, so there may be a conflict between Carp and CGI::Carp. Olivier.