Binary package “libcgi-application-plugin-validaterm-perl” in ubuntu bionic

plugin for validating form data using Data::FormValidator

 CGI::Application::Plugin::ValidateRM helps to validate web forms when using
 the CGI::Application framework. The check_rm method takes a run mode and a
 Data::FormValidator profile and validates the query parameters against the
 profile. Based upon the return results the web application either has
 some valid data to work with or the user receives the form with
 information about the invalid fields.