in reply to Re: Debug a long-running CGI script?
in thread Debug a long-running CGI script?
Thanks, I looked to to apache log file and found a problem
with memory "out of memory" and problems with the CGI::Pretty module. I switch to "normal" CGI module and this worked!
Thanks all!