Hi

I got a form with and users and insert in textarea   words like :

/word_word2/wordword_word.txt
/word1_word/wordword_word2.txt
/word_word/word2word_word.txt

but they should not be able to type the following  in the   text area

/
%
$
###
space


 unless ( $files =~ /^\s+$/ || /[\_\/\@\$\#]/) {

print "yes ";

}

Thanks for all the help


-- 
Regards
Agnello D'souza

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to