Ok something weird.
for some reason my %fdat is not getting set.

the output of my page is not printing the %fdat information
and sends a second 501 Method Not Implemented (web page)
here is the script
---------
<HTML>
<HEAD><TITLE>title</TITLE> </HEAD>
<BODY>
[- $debug = 1; -]
[$ if $debug $]
   <HR NOSHADE><B>Debug = 1</B><BR>
   Args passed to this program = [+ $ENV{'SCRIPT_NAME'} +]
   [$ while ($k, $v) = each (%fdat) $]
      <BR><B>[+ $k +]</B> = [+ $v +]
   [$ endwhile $]
   <HR NOSHADE>
[$ endif $]

<FORM METHOD="POST">
<TABLE BORDER="0">
    <TR><TD><B>Name:</B></TD>
        <TD><INPUT TYPE=TEXT NAME="name" SIZE=40></TD></TR>
    <TR><TD COLSPAN="5"><INPUT TYPE="SUBMIT" NAME="submit" VALUE="Submit
Changes"> <INPUT TYPE=RESET> </TD></TR>
</TABLE>
</FORM>
</BODY>
</HTML>
----------
server = Apache/1.3.9 (Unix) mod_perl/1.21
embperl = $VERSION = '1.3b2';

access_log = (gives me two lines)
"POST /spooltalk/foo.phtml HTTP/1.0" 200 678
"name=ghhdhggh&submit=Submit+Changes" 501 -

error_log =
Invalid method in request name=ghhdhggh&submit=Submit+Changes

embperl_log ( Eval only )
. Entry-SVs: 7792 -OBJs: 13 Exit-SVs: 7805 -OBJs: 13


any one seen this before??
By the way i did not set any EMBPERL_OPTIONS.

Thanks, 
Jeff

-------------------------------------------------------------------
| "The original point and click interface was a Smith & Wesson."  |
|                                                                 |
-------------------------------------------------------------------
| Jeff Sheffield                                                  |
| [EMAIL PROTECTED]                                        |
|  - http://buzzard.kdi.com/jeff/family/                          |
|  - http://www.team-linux.com/                                   |
-------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to