Help for this page

Select Code to Download


  1. or download this
    unless ( $value =~ /^\d{5}$/ )          # UNTAINT
       {
       out_badlog();
       warn ("bad after UNTAINT\n");
       exit;
       }