Thomas Wittek > Konstrukt-0.5-beta13 > Konstrukt::Plugin::param

Download:
konstrukt/Konstrukt-0.5-beta13.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

NAME ^

Konstrukt::Plugin::param - Displays the value of a specified HTTP parameter

SYNOPSIS ^

Usage:

        <& param key="param_name" &>default value if not defined<& / &>

Result: (when invoked like: /page.html?param_name=foo)

        foo

DESCRIPTION ^

Displays the value of a specified HTTP parameter, like

        $Konstrukt::CGI->param('param_name');

would do in Perl.

METHODS ^

prepare

The HTTP parameters are volatile data. We don't want to cache it...

Parameters:

execute

Put out the parameters value.

Parameters:

AUTHOR ^

Copyright 2006 Thomas Wittek (mail at gedankenkonstrukt dot de). All rights reserved.

This document is free software. It is distributed under the same terms as Perl itself.

SEE ALSO ^

Konstrukt::Plugin, Konstrukt