in reply to Alternatives to Data::Validator::Item

I use Params::Validate to validate subroutine args and Data::FormValidator to validate input data. Despite the name the latter is usable outside the context of a web app.

-sam

  • Comment on Re: Alternatives to Data::Validator::Item