Re: post into hash table

From: Gunnar Hjalmarsson (noreply_at_gunnar.cc)
Date: 11/26/04


Date: Fri, 26 Nov 2004 20:55:03 +0100

Bob Walton wrote:
> Bremse wrote:
>> I'm trying to put values (from form) posted by post method into hash
>
> One possibility: The query string could use the ; character to separate
> key-value pairs rather than the & character (either is permitted and
> possibly generated by a web server).

The query string is probably empty, since it's a form submission via the
POST method, and forms always use & as the separator.

> Another possibility: Maybe the query string returned has empty values
----------------------------------^^^^^^^^^^^^

-- 
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl


Relevant Pages

  • Re: hashes
    ... Well, after much testing, I have another puzzler (I've kinda given up ... BTW, I switched to using CGI.pm, in case that was my problem. ... using POST method. ... Why does adding double quotes to the print of the hash result change ...
    (comp.lang.perl.misc)
  • Re: When I have a Webbrowser object on my form, how do I retrieve the value user keys in?
    ... Yeah. ... With the POST method, how can I see the data? ... > post the values to the web server (aka a web app, ... Just because the webbrowser is on your form doesn't give you ...
    (microsoft.public.vb.general.discussion)
  • Re: hashes
    ... > BTW, I switched to using CGI.pm, in case that was my problem. ... > using POST method. ... > Why does adding double quotes to the print of the hash result change ...
    (comp.lang.perl.misc)
  • Re: About "posting" forms
    ... having to put the form in a html page? ... I want to send the data to another web server as if it had been posted ... of the clients web page. ... I already have the data I just want to use the post method to send it ...
    (comp.lang.php)
  • can LWP handle this?
    ... some data to a web server using POST method: ... I'm getting binary data from a local sysread: ... while (sysread($sock, $buf, BUFSIZE)) ...
    (comp.lang.perl.misc)