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
    my @InvalidFields =
      grep {not defined $Hash($_) or $Hash($_) eq ''} keys %Hash;