The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebSource::Filter::script - Use a script for filtering

DESCRIPTION

Each time an object passes thru this filter a meta-information named distance is incremented by 1. Once this meta-information has reached the maximum the item is filtered.

SYNOPSIS

In wsd file...

<ws:filter name="somename" type="distance" forward-to"somemodules"> <parameters> <param name="maximum" value="<maxvalue>" /> </parameters> </ws:filter>

METHODS

SEE ALSO

WebSource