For more information... RTFM!
NAVIGATION
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

value

Return the value of a saved CGI variable, which is useful for starting a filter sequence with a seed value.

Example

[value name="foo" set="bar" hide=1]
[filter value]foo[/filter]

Results in:

bar

Source code

sub {
    return $::Values{shift};
}

Category:  Filters
Last modified by: Kevin Walsh
Modification date: Saturday 17 June 2006 at 4:33 PM (EDT)
Home  |  Legal nonsense  |  Privacy policy  |  Contact us