Re: Apache::Registry, mod_perl interface, and post data

2001-02-16 Thread Andrew Ho
Hello, JB>I don't think the problem is with what you posted. I tried your snippets JB>on two different systems and they worked as expects. What's your config JB>look like? Do you get the 'Post = ()' output from the Registry script? JB>Are you running any other software that might interfere? Than

Re: Apache::Registry, mod_perl interface, and post data

2001-02-16 Thread Jeff Beard
On Fri, 16 Feb 2001, Andrew Ho wrote: > Hello, > > JB>I added a button and push it. It works. ;) > > Urgh, I had a button on my actual test page; it just magically disappeared > when I retyped it in the e-mail. > I don't think the problem is with what you posted. I tried your snippets on two dif

Re: Apache::Registry, mod_perl interface, and post data

2001-02-16 Thread Andrew Ho
Hello, JB>I added a button and push it. It works. ;) Urgh, I had a button on my actual test page; it just magically disappeared when I retyped it in the e-mail. FWIW, after debugging it a bit further, I am getting a Content-length of the appropriate size, too. The Content-type is also correct f

Re: Apache::Registry, mod_perl interface, and post data

2001-02-16 Thread Jeff Beard
On Fri, 16 Feb 2001, Andrew Ho wrote: > > > > I added a button and push it. It works. ;) --Jeff -- Jeff Beard _ Web:www.cyberxape.com Email: jeff at cyberxape dot com Earth: Boulder, CO, USA

Apache::Registry, mod_perl interface, and post data

2001-02-16 Thread Andrew Ho
Hello, I'm writing an Apache::Registry and I can't seem to retrieve POST information. I usually write handlers rather than Apache::Registry scripts, so this is a mystery to me. From a sample form: To this simple Apache::Registry script: #!/usr/local/bin/perl my $r = Apa