Help for this page

Select Code to Download


  1. or download this
    if(   ($SRVCH =~ /\D/) # a non-digit
       || ($SRVCH > 22)    # or greater 22
    ...
       ||($SRVCH =~ /(\s+)/) # or empty string (but see above)
       ||($SRVCH =~ /[a-zA-Z]/) # or a to z
    ){ ...