When I transmit the variables using the get method it works($cgi->param(<variable>) returns the correct value).
When I transmit the variables using the post method it I receive a empty string(($cgi->param(<variable>) is empty).
If I try to receive the variables using post method, but without the perl-CGI($ENV{CONTENT_LENGHT}...) - then it works.
Thank you.
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>