http://www.perlmonks.org?node_id=688652


in reply to Re: cgi script works until n+1 parameter
in thread cgi script works until n+1 parameter

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

Replies are listed 'Best First'.
Re^3: cgi script works until n+1 parameter
by mwah (Hermit) on May 27, 2008 at 12:18 UTC

    * 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