in reply to cgi script works until n+1 parameter

I can only assume that param and h2 are from the CGI module. Is this correct?

Are you seeing these results in the browser, or from the command line?

If from the command line, do you have buffering turned off?

If you do not have buffering turned on or are looking at this through the browser, you may be getting a skewed view of where the problem is.

Search for "suffering from buffering".

--MidLifeXis

Replies are listed 'Best First'.
Re^2: cgi script works until n+1 parameter
by lepetitalbert (Abbot) on May 27, 2008 at 11:56 UTC

    Hi MidLifeXis,

    Yes I'm using cgi, I see this in the browser and am not suffering from buffering.

    The 2 previous 'functions', 'draft' and 'preview' work with no problem with more lines ( bigger $param_cnt), params and output.

    Have a nice day.

    "There is only one good, namely knowledge, and only one evil, namely ignorance." Socrates

      * Does it show the same problem if you use the CGI module entirely through its $obj-> interface?

      * If you replace use CGI by use CGI::Simple, will the error go away?

      * What about Apache's URI length limit (2/4 K?)

      Regards

      mwa