Forwarded from the Israeli Perl Mongers mailing list:
----- Original Message -----
From: "Ron" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 09, 2003 1:48 PM
Subject: [Perl] HTML::Mason help anyone?
> I have a simple form that looks like so:
>
> <form method="GET" action="/company/contact_us/handle_info_req.html"
> enctype="text/plain">
> <input type="text" name="end_email" size="15">
> <input type="submit" name="submit" value="click">
> </form>
>
> all HTML files are processed by Mason using the <filesmatch> directive
> in httpd.conf
>
> and my simple handler object simply does:
>
> % foreach (sort %ARGS) {
> <% $_ %>
> % }
>
> The problem is that I only see the values printed when I use the "GET"
> option in the form above, when I change "GET" to "POST" nothing gets
> printed... what am I doing wrong? it seams to me that Mason is not
> seeing any posted data...
>
> Thanks
> Ron.
>
> _______________________________________________
> Perl mailing list
> [EMAIL PROTECTED]
> http://www.perl.org.il/mailman/listinfo/perl
>