>
> %fdat contains keys for all names and *values* in the request. i.e if
> requesting:
>
I don't think that this is an Embperl bug. This would break make test and
would have been already catched.
The following script:
[-
use Data::Dumper ;
-]
[+ Dumper (\%fdat) +]
With the request http://www:
Embperl-2.0b8:
%fdat contains keys for all names and *values* in the request. i.e if
requesting:
http://www.example.com/index.html?foo=bar
%fdat is:
{ 'foo' => 'bar', 'bar' => undef }
Jochen
--
Jochen Topf [EMAIL PROTECTED] http://www.remote.org/jochen/ +49-721-388298
--