http://qs1969.pair.com?node_id=643999


in reply to Re: Commenting out carpout causes script to hang
in thread Commenting out carpout causes script to hang

Best guesses are what I'm looking for!

But in this case

print "Content-type: text/html\n\n";
is the very next line in the script after what I posted above.

Replies are listed 'Best First'.
Re^3: Commenting out carpout causes script to hang
by philcrow (Priest) on Oct 10, 2007 at 18:01 UTC
    Then my only other advice is to stop the script short at various points:
    print "got to here\n"; exit;
    Move it down until something goes wrong.

    Phil

    The Gantry Web Framework Book is now available.