Help for this page

Select Code to Download


  1. or download this
    my $value = $hh{'QUESTION_TEXT'};
    
    ...
    print "NULL";
    
    }
    
  2. or download this
    if ($value ne '')
    
    ...
    if (exists($value)
    
    if (!($value =~ /[a-zA-Z0-9]/)) {