Perl: How to check form values?

liunx

Guest
Hi,

i'm controlling the value of a form field like:

if($in{name}!~/^[A-z-'` ]+$/){

How do i've to change this if it should be possible to enter alphanumeric values including language-specific letters like 婕╊彧 and 闂
 
Top