
Brick::Filters - do something to the input data

use Brick;

This modifies the input data permanently. It removes the non-digits from the specified value in filter_fields. The value is no longer tainted after this runs. It works on all of the fields.
filter_fields
This filter always succeeds, so it will not generate an validation error.
This modifies the input data permanently. It removes the non-digits from the specified value in filter_fields. The value is no longer tainted after this runs. It works on all of the fields.
filter_fields
This filter always succeeds, so it will not generate an validation error.
This modifies the input data permanently. It removes the non-digits from the specified value in filter_fields. The value is no longer tainted after this runs. It works on all of the fields.
filter_fields
This filter always succeeds, so it will not generate an validation error.
This modifies the input data permanently. It removes the whitespace from the specified value in filter_fields. The value is still tainted after this runs.
filter_fields
This filter always succeeds, so it will not generate an error.
This modifies the input data permanently. It removes any fields in the input that are not also in the 'filter_fields' value in HASHREF.
filter_fields
This filter always succeeds, so it will not generate an error.

TBA

TBA

This source is part of a SourceForge project which always has the latest sources in SVN, as well as all of the previous releases.
svn co https://brian-d-foy.svn.sourceforge.net/svnroot/brian-d-foy brian-d-foy
If, for some reason, I disappear from the world, one of the other members of the project can shepherd this module appropriately.

brian d foy, <bdfoy@cpan.org>

Copyright (c) 2007, brian d foy, All Rights Reserved.
You may redistribute this under the same terms as Perl itself.