Help for this page

Select Code to Download


  1. or download this
    <msgs>
       any_errors      = err__
    ...
           OK_email      = Illegal email format
       </constraints>
    </msgs>
    
  2. or download this
    sub match_OK_phone_chars {
        my $val = shift;
    ...
        else { return undef; }
    }