----- Original Message ----- From: "Jonathan Vanasco" <[EMAIL PROTECTED]> To: "Geoffrey Young" <[EMAIL PROTECTED]> Cc: "Jonathan Mangin" <[EMAIL PROTECTED]>; <modperl@perl.apache.org> Sent: Tuesday, January 23, 2007 11:59 AM Subject: Re: Find source for Apache2::Request::args_status
> > On Jan 23, 2007, at 11:40 AM, Geoffrey Young wrote: > > > I've never heard of args_status in mod_perl, but google finds it in > > libapreq, which is a separate entity. > > > > anyway, the source you seek is here > > > > http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/xsbuilder/ > > APR/Request/Request.xs > > > Just to add to the above: > > Apache2::RequestRec is part of modperl > Apache2::Request , which is what the OP titled the thread, is part > of libapreq > > So the OP was looking for the right module but on the wrong list. > > // Jonathan Vanasco > Wrong list? That explains some things. The 1st page of libapreq2 docs says: o Mailing Lists: user lists: C/C++ API - [EMAIL PROTECTED] Perl API - modperl@perl.apache.org Glancing at docs for ExtUtils::XSBuilder leads me to believe there should be a Perl function named args_status (probably) in APR::Request, but no. Can someone point me to a user list for libapreq2? (Or to a basic XS tutorial?) Thanks, Jon