> I hope it is ok that I am asking you this question.  I noticed your
> posts on one of the embperl email lists.  I am having a problem that
> I would appreciate some help with:
>

It would be better to send it to the embperl mailinglist
([EMAIL PROTECTED])

> I am trying to POST data to an embperl script.  GET works fin,
> but when I change the method to POST, I get no output to the browser.
> A simple script like:
>
> <html>
> <head></head>
> <body>
> FOO
> <br>
> [+ $fdat{Manufacturer} +]
> </body>
> </html>
>
> Works as a GET, but not as a POST.  I am simply posting the data
> as I would with a CGI program (<form method="post" ....>).
>
> Any suggestion on where to look for a solution?
>

So far it seems ok. How do you call this page? From another page or CGI
script were CGI.pm is involed somehow. In this case CGI.pm has already eaten
the POSTED data. If this is not case, how does your form looks like?

Gerald


> Thanks for your help,
> James
>
> --
> James Lee     ==  [EMAIL PROTECTED]                           Perl
Training
> Onsight Inc.  ==  http://www.onsight.com/                  Perl
Development
>         "Real programmers can write assembly code         Internet
Training
>          in any language."  --  Larry Wall             Internet
Development
>
>


-------------------------------------------------------------
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 925151
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