Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: CGI POST vs. GET problem

by Xxaxx (Monk)
on Jun 06, 2001 at 13:06 UTC ( [id://86150]=note: print w/replies, xml ) Need Help??


in reply to Re: CGI POST vs. GET problem
in thread CGI POST vs. GET problem

Looking in the version of CGI.pm that I have on my server, it shows the following:
sub parse_params { my($self,$tosplit) = @_; my(@pairs) = split(/[&;]/,$tosplit); my($param,$value); etc.
The use of the & or ; in the split should mean that CGI will work for browsers using & to separate pairs as well as working for browsers using ; to separate pairs.

Claude

Replies are listed 'Best First'.
Re: Re: Re: CGI POST vs. GET problem
by shotgunefx (Parson) on Jun 06, 2001 at 13:18 UTC
    I'd look to make sure you are getting passed the QUERY_STRING.

    Then I would look at the server config to make sure GET is enabled.

    -Lee

    "To be civilized is to deny one's nature."

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-26 06:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found