freebsd-ports/devel/p5-Params-CallbackRequest/pkg-descr
Mathieu Arnold 08208670b3 Add p5-Params-CallbackRequest 1.13, provide callbacks to method and
function parameters.

PR:		ports/67022
Submitted by:	Rod Taylor <ports@rbt.ca>
2004-05-24 17:22:09 +00:00

9 lines
571 B
Text

The idea behind this module is to provide a sort of plugin architecture for
Perl templating systems. Callbacks are executed by the contents of a request
to the Perl templating server, before the templating system itself executes.
This approach allows you to carry out logical processing of data submitted
from a form, to affect the contents of the request parameters before they're
passed to the templating system for processing, and even to redirect or abort
the request before the templating system handles it.
WWW: http://search.cpan.org/dist/Params-CallbackRequest/