Help for this page

Select Code to Download


  1. or download this
    print "failure" and return 1 if contains _ or more than 16 alphanumeri
    +cs
    otherwise return alphanumerics.
    
  2. or download this
    sub untaint_username
    {
    ...
        print "failure\n";
        return;
    }