in reply to Debugging when using Apache-request;
There's room to get more creative, but I'm pretty happy with the code in one window and a tail -f error.log in the other.do_this(); print STDERR "Did this!\n"; do_that(); print STDERR "Did that!\n";
My suspicion is that there's a conflict between Apache's built-in Expat and the Expat required by XML::DOM. It bit me once. You'd have to recompile Apache and disable the Expat target to test that, however.
|
|---|