mod_perl logo
perl icon







previous page: Apache::Filter - Perl API for Apache 2.0 Filteringpage up: mod_perl APIsnext page: Apache::HookRun - Perl API for XXX


Apache::FilterRec - Perl API for manipulating the Apache filter record











Embedding Perl in HTML with Mason

Embedding Perl in HTML with Mason

By Dave Rolsky, Ken Williams
Practical mod_perl

Practical mod_perl

By Stas Bekman, Eric Cholet
The mod_perl Developer's Cookbook

The mod_perl Developer's Cookbook

By Geoffrey Young, Paul Lindner, Randy Kobes


Table of Contents

Synopsis

  use Apache::FilterRec ();

META: to be completed



TOP

Description

META: to be completed



TOP

API

Apache::FilterRec provides the following functions and/or methods:



TOP

name

META: Autogenerated - needs to be reviewed/completed

The registered name for this filter

  $name = $frec->name();


TOP

next

META: Autogenerated - needs to be reviewed/completed

The next filter_rec in the list

  $next_frec = $frec->next();


TOP

See Also

mod_perl 2.0 documentation.



TOP

Copyright

mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 1.1.



TOP

Authors

The mod_perl development team and numerous contributors.







TOP
previous page: Apache::Filter - Perl API for Apache 2.0 Filteringpage up: mod_perl APIsnext page: Apache::HookRun - Perl API for XXX