in reply to CGI Perl output cut with xampp

Maybe your client is not reading the data fast enough?

To give more detailed help, we will need a short, self-contained program that reproduces the problem.

Replies are listed 'Best First'.
Re^2: CGI Perl output cut with xampp
by toohoo (Beadle) on Jul 05, 2016 at 13:22 UTC

    A little correction: I've corrected some debug output. Now the border is at ~320KB

    The project is under github/toohoo/thofaq

    The problem cannot be tested with this because of the little database. In an existing use case I have more data, about 76 FAQ. The output stops at 50 round about.

    What is disturbing: If I switch to edit, all FAQ are put out. And that nonetheless the output is greater.

    have no idea. :-/

      If the problem seems to correspond to the output size, maybe just creating a program that outputs that much data already reproduces the problem?

      I'm not sure what your expectation is how we could help you here better. We are not clairvoyant and you have not shown us any approach to reproducing the problem nor a succinct description of where/how the problem happens at all.

      If you are talking about a webpage, maybe telling us which of the many, many Perl scripts in the (not linked) Github repository is the one that is problematic allows somebody here to spot the problem a bit better. But I recommend to post the relevant code after shortening it to say 20-30 lines instead of linking to some github repository. Please also make sure that the problem still persists after shortening the code.

        Hi,
        I guess I do not really understand, what you mean. If i cut the code, it wont work anymore.

        I can try this evening to generate a big enough database.

        The starting script is faq.pl . The Script that puts all code out is editfaq.pl . I have compared it yet but cannot find relevant differences.

        BTW: I never did say you have to be clairvoyant, I find it disturbing to imply that I did it or "might" want to do it.