> When I send GET method with some attributes (e.g. something.html?test=1),
I
> cannot find it in %fdat hash.
> %fdat hash is empty, @ffld too. but it works for POST method. what`s
wrong?
>
> I use Embperl 1.3.1 with Apache 1.3 on Win NT 4.0 SP 6.
>

I guess you have GET & POST parameter in the same request. If there are POST
parameter i.e. CONTENT_LENGTH is greater zero, then Embperl the POST
parameter takes precedence and the GET parameters are ignored. You can write

[+ $ENV{CONTENT_LENGTH} +]

to see if there is any data in the request body, which causes this problem

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to