Data FormValidator Constraints NumberPhone:数据约束使用Number :: Phone 源码
姓名 Data :: FormValidator :: Constraints :: NumberPhone-数据约束,使用Number :: Phone 概要 use Data::FormValidator::Constraints::NumberPhone qw( FV_american_phone ) ; constraint_methods => { phone => FV_american_phone(), canada_phone => FV_american_phone( qw( CA ) ), }, 描述 该模块使用Data::FormValida
下载地址
用户评论