Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: cgi script works until n+1 parameter

by MidLifeXis (Monsignor)
on May 27, 2008 at 11:36 UTC ( [id://688650]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://688650]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 13:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found