Re: Help with request data

2005-04-22 Thread Markus Wichitill
Dermot Paikkos wrote: I just tried to install libapreq2 (v2-2.03-dev) from CPAN. It was a bit of a saga. I was missing a couple of prerequisites. Then it couldn't find Apache2.pm - I made a link to sort that - then I ran make test and there were errors. At that point I halted. At the moment yo

Re: Help with request data

2005-04-22 Thread JH Foo
10:13 PM Subject: Help with request data > Hi > > MP2 RC5 > > I am moving from a MP1 to MP2 server and am having trouble. I have > opted to re-write the scripts I had so I could add some more > functions. > > I am struggling tring to find methods to access my form dat

Re: Help with request data

2005-04-22 Thread Dermot Paikkos
On 22 Apr 2005 at 10:30, Geoffrey Young wrote: > > MP2 RC5 > > > > I am moving from a MP1 to MP2 server and am having trouble. I have > > opted to re-write the scripts I had so I could add some more > > functions. > > > > I am struggling tring to find methods to access my form data and > > other

Re: Help with request data

2005-04-22 Thread Dermot Paikkos
On 22 Apr 2005 at 18:36, Markus Wichitill wrote: > > At the moment you'll have to pull the current version of apreq2 from > SVN for MP2-RC5. > > http://svn.apache.org/repos/asf/httpd/apreq/trunk thanx but I think I might be getting out of my depth. I'll wait till there's a full release. Dp.

Re: Help with request data

2005-04-22 Thread Dermot Paikkos
On 23 Apr 2005 at 0:25, JH Foo wrote: > Hello Dermot, Hi, > You need to use Apache2::Request for mp2. This comes with the > libapreq2 package from the excellent theoryx5 site. Notice the change > in the package namespace. I just tried to install libapreq2 (v2-2.03-dev) from CPAN. It was a bit o

Re: Help with request data

2005-04-22 Thread Geoffrey Young
Dermot Paikkos wrote: > Hi > > MP2 RC5 > > I am moving from a MP1 to MP2 server and am having trouble. I have > opted to re-write the scripts I had so I could add some more > functions. > > I am struggling tring to find methods to access my form data and > other headers. I am currently usin

Help with request data

2005-04-22 Thread Dermot Paikkos
Hi MP2 RC5 I am moving from a MP1 to MP2 server and am having trouble. I have opted to re-write the scripts I had so I could add some more functions. I am struggling tring to find methods to access my form data and other headers. I am currently using my $form_data = $r->the_request() and s