Keep It Simple, Stupid | |
PerlMonks |
Re: Re^2: Data::FormValidator, Notby impossiblerobot (Deacon) |
on Sep 19, 2002 at 20:28 UTC ( [id://199288]=note: print w/replies, xml ) | Need Help?? |
Although eliminating the temporary variable would work for the simplest case, Data::FormValidator does more than just validate data; it also applies filters to the data. Without the temporary variable, you're throwing away your filtered data. Therefore, the need for the patch: to filter the CGI object data directly, rather than in a separate data structure. :-) Impossible Robot
In Section
Seekers of Perl Wisdom
|
|