RE: where to find info on the Apache request object

2000-05-01 Thread Geoffrey Young



 -Original Message-
 From: Sam Carleton [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, April 30, 2000 2:08 PM
 To: mod_perl
 Subject: Re: where to find info on the Apache request object
 
 
 Jeff Beard wrote:
  
  Or read chapter 9 in the Eagle book.
  
  --Jeff
  
  At 10:43 AM 4/30/00, Tobias Hoellrich wrote:
  At 01:34 PM 4/30/00 -0400, Sam Carleton wrote:
   I am learning perl/mod_perl right now and have some 
 questions.  I would
   like to see all the functions that I can call on the 
 Apache request
   object.  Can anyone point me to some documentation?  I 
 didn't see a
   listing in "Writing Apache Modules in Perl and C".
   
   Sam
  
  try 'perldoc Apache'
  
 
 Tobias and Jeff,
 
 Thanks for the pointer, but now I am looking for info on the
 Apache::Request object, I did not see it in Chapter 9 of the Eagle
 book.  I tried a number of different ways of trying to get to it from 
 perldoc, but failed.  How do I go about bring up the doc on this in
 perldoc?

Apache::Request is part of the libapreq package under the apache tree on
CPAN:
http://www.perl.com/CPAN-local/modules/by-module/Apache/libapreq-0.31.tar.gz

install that, then 'perldoc Apache::Request' is all you need...

HTH

--Geoff

 
 Sam
 



Re: where to find info on the Apache request object

2000-04-30 Thread Jeff Beard

Or read chapter 9 in the Eagle book.

--Jeff

At 10:43 AM 4/30/00, Tobias Hoellrich wrote:
At 01:34 PM 4/30/00 -0400, Sam Carleton wrote:
 I am learning perl/mod_perl right now and have some questions.  I would
 like to see all the functions that I can call on the Apache request
 object.  Can anyone point me to some documentation?  I didn't see a
 listing in "Writing Apache Modules in Perl and C".
 
 Sam

try 'perldoc Apache'

Tobias



Jeff Beard
_
Web:www.cyberxape.com
Email:  jeff at cyberxape.com
Location:   Boulder, CO, USA






Re: where to find info on the Apache request object

2000-04-30 Thread Sam Carleton

Jeff Beard wrote:
 
 Or read chapter 9 in the Eagle book.
 
 --Jeff
 
 At 10:43 AM 4/30/00, Tobias Hoellrich wrote:
 At 01:34 PM 4/30/00 -0400, Sam Carleton wrote:
  I am learning perl/mod_perl right now and have some questions.  I would
  like to see all the functions that I can call on the Apache request
  object.  Can anyone point me to some documentation?  I didn't see a
  listing in "Writing Apache Modules in Perl and C".
  
  Sam
 
 try 'perldoc Apache'
 

Tobias and Jeff,

Thanks for the pointer, but now I am looking for info on the
Apache::Request object, I did not see it in Chapter 9 of the Eagle
book.  I tried a number of different ways of trying to get to it from 
perldoc, but failed.  How do I go about bring up the doc on this in
perldoc?

Sam