> Are you sure you don't have CGI.pm or something in the middle, eating the
> form data?
I am sure that I don't have CGI.pm or anything else in the middle. If
I did, wouldn't that affect get as it would post?
> Do you have any EMBPERL_OPTIONS set?
No. The only option I have set is EMBPERL_DEBUG.
I turned DEBUG up high, and with method="get", the following is put
into the log file, and then the browser displays the expected text:
[2869]EVAL> two
[2869]SRC: Line 5: <html>
[2869]SRC: Line 5: <head></head>
[2869]SRC: Line 6: </head>
[2869]SRC: Line 6: <body>
[2869]CMD: Cmd = 'body'
[2869]SRC: Line 7: <pre>
[2869]SRC: Line 8: [+$name+]
[2869]EVAL< $name
[2869]EVAL> one
[2869]SRC: Line 9: [+$age+]
[2869]EVAL< $age
[2869]EVAL> two
[2869]SRC: Line 10: </pre>
[2869]SRC: Line 11: </body>
[2869]SRC: Line 12: </html>
[2869]PERF: input = /usr/local/apache/htdocs/embperl/b.html
[2869]PERF: Time: 0 ms Evals: 3 Cache Hits: 0 (0%)
[2869]Request finished. Tue Oct 24 03:42:20 2000
. Entry-SVs: 10556 -OBJs: 7 Exit-SVs: 10701 -OBJs: 10
With method="post", the following is in the log file, but the browswer
shows the popup "The document contains no data":
[2885]EVAL> two
[2885]SRC: Line 5: <html>
[2885]SRC: Line 5: <head></head>
[2885]SRC: Line 6: </head>
[2885]SRC: Line 6: <body>
[2885]CMD: Cmd = 'body'
[2885]SRC: Line 7: <pre>
[2885]SRC: Line 8: [+$name+]
[2885]EVAL< $name
[2885]EVAL> one
[2885]SRC: Line 9: [+$age+]
[2885]EVAL< $age
[2885]EVAL> two
[2885]SRC: Line 10: </pre>
[2885]SRC: Line 11: </body>
[2885]SRC: Line 12: </html>
[2885]PERF: input = /usr/local/apache/htdocs/embperl/b.html
[2885]PERF: Time: 0 ms Evals: 3 Cache Hits: 0 (0%)
[2885]Request finished. Tue Oct 24 03:44:10 2000
. Entry-SVs: 10558 -OBJs: 7 Exit-SVs: 10703 -OBJs: 10
The logs look identical to me, but the post does not display on the
browser.
As before, all help is greatly appreciated,
James
--
James Lee == [EMAIL PROTECTED] Perl Training
Onsight Inc. == http://www.onsight.com/ Perl Development
Internet Training
Internet Development
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]