Help for this page

Select Code to Download


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