On Mon, 19 Sep 2005 20:05:31 -0500
Boysenberry Payne <[EMAIL PROTECTED]> wrote:

> When I get to the following line the debugger hangs:
> 
> my $apr = APR::Request::Apache2->handle( $r );

  I believe that should be written like this: 

  my $apr = Apache2::Request->new( $r_con ); 

  Did you find the code you wrote above in some docs somewhere? 

 ---------------------------------
   Frank Wiles <[EMAIL PROTECTED]>
   http://www.wiles.org
 ---------------------------------

Reply via email to