Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Perl dancer 创建一个 Web 应用程序。我被困在验证部分。我对每个字段都有一个特定的验证规则,如果输入的值不在规则范围内,则字段中的文本应以红色突出显示。我正在使用 data::FormValidator 进行服务器端验证。我的问题是: