名前¶ Data::FormValidator - 入力プロファイルに基づいて、ユーザの(ふつうHTMLフォームからの)入力を妥当性の確認 概要¶ use Data::FormValidator; # For the common case of a validating a single profile provided through a hash reference, # using 'validate' like this is the simplest solution my ($valids, $missings, $invalids, $unknowns) = Data::FormValidator->validate(\%fdat, \%profile); # This is an example of using a validation profile defined