Help for this page

Select Code to Download


  1. or download this
    my @InvalidFields =
      grep {not defined CGI::param($_) or CGI::param($_) eq ''} CGI::param
    +();
    
  2. or download this
    if (@InvalidFields){
      # You have some empty fields, so do something about them
    }