home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Writing Apache Modules with Perl and C
By:   Lincoln Stein and Doug MacEachern
Published:   O'Reilly & Associates, Inc.  - March 1999

Copyright © 1999 by O'Reilly & Associates, Inc.


 


   Show Contents   Previous Page   Next Page

Chapter 9 - Perl API Reference Guide

In this section...

Introduction
The Apache Request Object
Other Core Perl API Classes
Configuration Classes
The Apache::File Class
Special Global Variables, Subroutines, and Literals

Introduction

   Show Contents   Go to Top   Previous Page   Next Page

In this Chapter

This chapter gives the definitive list of all the Perl API classes and method calls. They are organized functionally by class, starting with the Apache request object and moving onward through Apache::SubRequest, Apache::Server, Apache::Connection, Apache::URI, Apache::Util, Apache::Log, and other classes.

At the end of this chapter we discuss the Apache::File class, which provides advanced functionality for HTTP/1.1 requests, and a discussion of the various magic globals, subroutines, and literals that mod_perl recognizes.

   Show Contents   Go to Top   Previous Page   Next Page
Copyright © 1999 by O'Reilly & Associates, Inc.