Help for this page
#!/usr/bin/perl ... $validated = &validate_text; print "the validated text is: $validated\n";
[lowprivuser@localhost testing]$ perl regexp-check2.pl abcd\"efg ... the validated text is: abcdefg1 [lowprivuser@localhost testing]$