2012-02-04から1日間の記事一覧

FormValidator::Lite::Constraint::JapaneseMoreというものをかいてみた

FormValidator::Liteで漢字とか記号とかチェックしたいなぁとかおもってなかったのででっちあげた。 use strict; use warnings; use utf8; use CGI; use FormValidator::Lite; FormValidator::Lite->load_constraints(qw/JapaneseMore/); my $validator = Fo…