in reply to Re^5: CGI hangs unless print
in thread CGI hangs unless print
See I know what I mean. Why don't you? for hints. If you really need a database use SQLite (see DBD::SQLite) and add the minimum needed data in your sample code.
You are facing a very common problem in trying to find the kernel of important code and exercising it in isolation. Figuring out how to do that is fundamental to unit testing and to understanding and maintaining code!
|
|---|