Help for this page

Select Code to Download


  1. or download this
    foreach $key ($query->param) {
      $i = $query->param($key);
      if ($key =~ /required/i) {if ( ($i eq "") && ($i == "") ) {failure()
    +;}}
    }
    
  2. or download this
    foreach $key ($query->param) {
      @values = $query->param($key);
         foreach $i (@fary) {$i =~ s/\[$key\]/@values/g;}
    }