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

A filter operator of type script allows to determine what to do with the input based on an inline or external script. The data of the input is passed as an argument to the script.

SYNOPSIS

In wsd file...

<ws:filter name="somename" type="script" forward-to"somemodules"> <!-- put your script here --> </ws:filter>

or

<ws:filter name="somename" type="script" script-file="somefile" forward-to="somemodules" />

METHODS

SEE ALSO

WebSource