in reply to Re^2: Data::FormValidator, Not
in thread Data::FormValidator, Not

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