Help for this page

Select Code to Download


  1. or download this
    use HTML::Entities qw( decode_entities );
    
    ...
    my $french_accents = join '', @french_accents;
    
    $form_values{$field} =~ /[^A-Za-z0-9_'-\.\s$french_accents]/) {