Help for this page

Select Code to Download


  1. or download this
    $regexp = ...;
    if($value !~ /$regexp/)
      { $err .= "wrong value ($value)" }
    
  2. or download this
    $subref = ...;
    if(! &$subref($value))
      { $err .= "wrong value ($value)" }